PlTypeException Constructor (expected, actual)

SWI-Prolog SbsSW.SwiPlCs

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 Basic Visual C++
public PlTypeException(
	string expected,
	PlTerm actual
)
Public Sub New ( _
	expected As String, _
	actual As PlTerm _
)
public:
PlTypeException(
	String^ expected, 
	PlTerm actual
)
Parameters
expected (String)
The type which was expected
actual (PlTerm)
The actual term

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