Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
PlTypeException Constructor
SwiPlCs interface ► SbsSW.SwiPlCs.Exceptions ► PlTypeException ► PlTypeException()()()()
Members
Icon | Member | Description |
---|---|---|
PlTypeException()()()() |
Initializes a new instance of the Exception class.
|
|
PlTypeException(String) |
Initializes a new instance of the Exception class with a specified error message.
|
|
PlTypeException(String, Exception) |
Initializes a new instance of the Exception class with a specified error message and a reference to the inner exception that is the cause of this exception.
|
|
PlTypeException(SerializationInfo, StreamingContext) |
Initializes a new instance of the Exception class with serialized data.
|
|
PlTypeException(PlTerm) |
To catch a exception thrown by prolog For a example see PlException. |
|
PlTypeException(String, PlTerm) |
Creates an ISO standard Prolog error term expressing the expected type and actual term that does not satisfy this type.
|