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 BasicVisual C++F#
public PlException(
	PlTerm term
)
Public Sub New ( 
	term As PlTerm
)
public:
PlException(
	PlTerm term
)
new : 
        term : PlTerm -> PlException
Parameters
term (PlTerm)
A PlTerm containing the Prolog exception

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