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