Creates a new instance of WebSocketException.
Namespace:
Rebex.Net
Assembly:
Rebex.WebSocket (in Rebex.WebSocket.dll)
Syntax
| Visual Basic |
|---|
Public Sub New ( _ message As String, _ innerException As Exception _ ) |
| C# |
|---|
public WebSocketException( string message, Exception innerException ) |
Parameters
- message
- Type: System..::..String
Error message.
- innerException
- Type: System..::..Exception
Inner exception.