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