Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
PlLibException Constructor (message)
SwiPlCs interfaceSbsSW.SwiPlCs.ExceptionsPlLibExceptionPlLibException(String)
Initializes a new instance of the Exception class with a specified error message.
Declaration Syntax
C#Visual BasicVisual C++F#
public PlLibException(
	string message
)
Public Sub New ( 
	message As String
)
public:
PlLibException(
	String^ message
)
new : 
        message : string -> PlLibException
Parameters
message (String)
The message that describes the error.

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