3 writes to _exception
System.Net.HttpListener (3)
System\Net\Managed\ListenerAsyncResult.Managed.cs (3)
69_exception = exc; 71_exception = new HttpListenerException((int)SocketError.OperationAborted, SR.net_listener_close); 124_exception = oom;
2 references to _exception
System.Net.HttpListener (2)
System\Net\Managed\ListenerAsyncResult.Managed.cs (2)
195if (_exception != null) 197ExceptionDispatchInfo.Throw(_exception);