Initializes a new instance of the TerminalException class with the specified error message.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
| Visual Basic |
|---|
Public Sub New ( _ message As String _ ) |
| C# |
|---|
public TerminalException( string message ) |
Parameters
- message
- Type: System..::..String
The message that describes the error.