26 references to HttpListenerException
System (26)
net\System\Net\_ListenerAsyncResult.cs (2)
43result = new HttpListenerException((int)errorCode); 87result = new HttpListenerException((int)statusCode);
net\System\Net\_ListenerRequestStream.cs (3)
166Exception exception = new HttpListenerException((int)statusCode); 271Exception exception = new HttpListenerException((int)statusCode); 401result = new HttpListenerException((int)errorCode);
net\System\Net\_ListenerResponseStream.cs (4)
221Exception exception = new HttpListenerException((int)statusCode); 303Exception exception = new HttpListenerException((int)statusCode); 444Exception exception = new HttpListenerException((int)statusCode); 591result = new HttpListenerException((int)errorCode);
net\System\Net\HttpListener.cs (10)
514HttpListenerException exception = new HttpListenerException((int)statusCode); 681throw new HttpListenerException((int)statusCode); 801throw new HttpListenerException((int)statusCode); 813throw new HttpListenerException((int)statusCode); 996throw new HttpListenerException((int)statusCode); 1006throw new HttpListenerException(Marshal.GetLastWin32Error()); 1133throw new HttpListenerException((int)statusCode); 1195throw new HttpListenerException((int)statusCode); 1267throw new HttpListenerException((int)statusCode); 2503throw new HttpListenerException((int)statusCode);
net\System\Net\HttpListenerRequest.cs (4)
129result = new HttpListenerException((int)errorCode); 857throw new HttpListenerException((int)statusCode); 1046throw new HttpListenerException(m_TokenBindingVerifyMessageStatus); 1120throw new HttpListenerException(m_TokenBindingVerifyMessageStatus);
net\System\Net\WebSockets\WebSocketHttpListenerDuplexStream.cs (3)
282throw new HttpListenerException((int)statusCode); 540throw new HttpListenerException((int)statusCode); 1272FinishOperationFailure(new HttpListenerException((int)errorCode), false);