PlException Constructor (message)

SbsSW.SwiPlCs

Copy image CopyHover image
Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog PlException Constructor (message)
SwiPlCs interfaceSbsSW.SwiPlCs.ExceptionsPlExceptionPlException(String)
Initializes a new instance of the Exception class with a specified error message.
Declaration Syntax
C# Visual Basic Visual C++ F#
public PlException(
	string message
)
Public Sub New ( 
	message As String
)
public:
PlException(
	String^ message
)
new : 
        message : string -> PlException
Parameters
message (String)
The message that describes the error.

Assembly: SwiPlCs (Module: SwiPlCs.dll) Version: 1.1.60605.0 (1.1.60605.0)