Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
PlThrow Method
SwiPlCs interfaceSbsSW.SwiPlCs.ExceptionsPlExceptionPlThrow()()()()
Generate an exception (as throw/1) and return false.
Declaration Syntax
C#Visual BasicVisual C++F#
public bool PlThrow()
Public Function PlThrow As Boolean
public:
bool PlThrow()
member PlThrow : unit -> bool 
Return Value
Boolean
Generate an exception (as throw/1) and return false.
Remarks
Used in the PREDICATE() wrapper to pass the exception to Prolog. See PL_raise_exeption().

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