Initializes a new instance of the Exception class with a specified error message.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public PlException( string message )
Public Sub New ( message As String )
public: PlException( String^ message )
new : message : string -> PlException
Parameters
- message (String)
- The message that describes the error.
Assembly: SwiPlCs (Module: SwiPlCs.dll) Version: 1.1.60601.0 (1.1.60601.0)