Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
PlException Constructor (term)
SwiPlCs interface ► SbsSW.SwiPlCs.Exceptions ► PlException ► PlException(PlTerm)
To catch a exception thrown by prolog
For a example see PlException.
Declaration Syntax
C# | Visual Basic | Visual 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.60605.0 (1.1.60605.0)