PlThrow Method

SbsSW.SwiPlCs

Copy image CopyHover image
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 Basic Visual 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.60605.0 (1.1.60605.0)