Initializes a new instance of the TelnetException class with the specified error message
and a reference to the inner exception that is the cause of this exception.
Namespace:
Rebex.Net
Assembly:
Rebex.Telnet (in Rebex.Telnet.dll)
Syntax
| Visual Basic |
|---|
Public Sub New ( _ message As String, _ inner As Exception _ ) |
| C# |
|---|
public TelnetException( string message, Exception inner ) |
Parameters
- message
- Type: System..::..String
The message that describes the error.
- inner
- Type: System..::..Exception
The exception that is the cause of the current exception.