3 references to WebSocketException
System (3)
net\System\Net\WebSockets\WebSocketBase.cs (3)
1331
convertedException = new
WebSocketException
(socketException.NativeErrorCode, socketException);
1337
convertedException = new
WebSocketException
(httpListenerException.ErrorCode, httpListenerException);
1346
convertedException = new
WebSocketException
(socketException.NativeErrorCode, ioException);