Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
Message Property
SwiPlCs interfaceSbsSW.SwiPlCs.ExceptionsPlExceptionMessage
Gets a message that describes the current exception.
Declaration Syntax
C#Visual BasicVisual C++F#
public override string Message { get; }
Public Overrides ReadOnly Property Message As String
	Get
public:
virtual property String^ Message {
	String^ get () override;
}
abstract Message : string with get
override Message : string with get
Return Value
String
The error message that explains the reason for the exception, or an empty string("").

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