Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
PlTypeException Constructor (expected, actual)
SwiPlCs interfaceSbsSW.SwiPlCs.ExceptionsPlTypeExceptionPlTypeException(String, PlTerm)
Creates an ISO standard Prolog error term expressing the expected type and actual term that does not satisfy this type.
Declaration Syntax
C#Visual BasicVisual C++F#
public PlTypeException(
	string expected,
	PlTerm actual
)
Public Sub New ( 
	expected As String,
	actual As PlTerm
)
public:
PlTypeException(
	String^ expected, 
	PlTerm actual
)
new : 
        expected : string * 
        actual : PlTerm -> PlTypeException
Parameters
expected (String)
The type which was expected
actual (PlTerm)
The actual term

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