This documentation is archived and is not being maintained.
WebSocketException Constructor
.NET Framework (current version)
Namespace:
System.Net.WebSocketsAssembly:
System (in System.dll)
| Name | Description |
|---|
 | WebSocketException() | |
 | WebSocketException(Int32) | |
 | WebSocketException(Int32, Exception^) | |
 | WebSocketException(Int32, String^) | |
 | WebSocketException(String^) | |
 | WebSocketException(String^, Exception^) | |
 | WebSocketException(WebSocketError) | |
 | WebSocketException(WebSocketError, Exception^) | |
 | WebSocketException(WebSocketError, Int32) | |
 | WebSocketException(WebSocketError, Int32, Exception^) | |
 | WebSocketException(WebSocketError, Int32, String^) | |
 | WebSocketException(WebSocketError, Int32, String^, Exception^) | |
 | WebSocketException(WebSocketError, String^) | |
 | WebSocketException(WebSocketError, String^, Exception^) | |
Return to top