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