8 references to WebSocketException
System.Net.WebSockets (5)
System\Net\WebSockets\ManagedWebSocket.cs (5)
544
ExceptionDispatchInfo.SetCurrentStackTrace(new
WebSocketException
(WebSocketError.ConnectionClosedPrematurely, exc)));
585
new
WebSocketException
(WebSocketError.ConnectionClosedPrematurely, exc);
625
new
WebSocketException
(WebSocketError.ConnectionClosedPrematurely, exc);
1033
throw new
WebSocketException
(WebSocketError.ConnectionClosedPrematurely, exc);
1306
new
WebSocketException
(error, innerException);
System.Net.WebSockets.Client (3)
System\Net\WebSockets\BrowserWebSockets\BrowserWebSocket.cs (3)
411
throw new
WebSocketException
(WebSocketError.NativeError, ex);
456
throw new
WebSocketException
(WebSocketError.NativeError, ex);
601
throw new
WebSocketException
(WebSocketError.NativeError, ex);