PlException Constructor (term)

SWI-Prolog SbsSW.SwiPlCs

Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog PlException Constructor (term)
SwiPlCs interfaceSbsSW.SwiPlCs.ExceptionsPlExceptionPlException(PlTerm)

To catch a exception thrown by prolog

For a example see PlException.

Declaration Syntax
C# Visual Basic Visual C++
public PlException(
	PlTerm term
)
Public Sub New ( _
	term As PlTerm _
)
public:
PlException(
	PlTerm term
)
Parameters
term (PlTerm)
A PlTerm containing the Prolog exception

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