26 instantiations of 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);
24 references to HttpListenerException
System (7)
net\System\Net\HttpListener.cs (2)
514
HttpListenerException
exception = new HttpListenerException((int)statusCode);
864
catch (
HttpListenerException
) {
net\System\Net\WebSockets\WebSocketBase.cs (4)
1290
error is
HttpListenerException
||
1334
HttpListenerException
httpListenerException = exception as
HttpListenerException
;
1430
catch (
HttpListenerException
)
net\System\Net\WebSockets\WebSocketHttpListenerDuplexStream.cs (1)
708
return error is
HttpListenerException
||
System.ServiceModel (17)
System\ServiceModel\Channels\HttpChannelHelpers.cs (5)
3094
catch (
HttpListenerException
listenerException)
3107
catch (
HttpListenerException
listenerException)
3126
catch (
HttpListenerException
listenerException)
3145
catch (
HttpListenerException
listenerException)
3205
public static Exception CreateCommunicationException(
HttpListenerException
listenerException)
System\ServiceModel\Channels\HttpRequestContext.cs (5)
877
catch (
HttpListenerException
listenerException)
1017
catch (
HttpListenerException
listenerException)
1030
catch (
HttpListenerException
listenerException)
1043
catch (
HttpListenerException
listenerException)
1056
catch (
HttpListenerException
listenerException)
System\ServiceModel\Channels\SharedHttpTransportManager.cs (5)
148
catch (
HttpListenerException
e)
220
catch (
HttpListenerException
e)
360
catch (
HttpListenerException
e)
410
bool HandleHttpException(
HttpListenerException
e)
603
catch (
HttpListenerException
listenerException)
System\ServiceModel\Channels\WebSocketHelper.cs (2)
309
HttpListenerException
httpListenerException = webSocketException.InnerException as
HttpListenerException
;