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