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.60601.0 (1.1.60601.0)