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