Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
PlLibException Constructor (message, innerException)
SwiPlCs interface ► SbsSW.SwiPlCs.Exceptions ► PlLibException ► PlLibException(String, Exception)
Initializes a new instance of the Exception class with a specified error message and a reference to the inner exception that is the cause of this exception.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public PlLibException( string message, Exception innerException )
Public Sub New ( message As String, innerException As Exception )
public: PlLibException( String^ message, Exception^ innerException )
new : message : string * innerException : Exception -> PlLibException
Assembly: SwiPlCs (Module: SwiPlCs.dll) Version: 1.1.60605.0 (1.1.60605.0)