PlTypeException Constructor (message)

SWI-Prolog SbsSW.SwiPlCs

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

Assembly: SwiPlCs (Module: SwiPlCs) Version: 1.1.60301.0 (1.1.60301.0)