3 writes to _exception
System.Net.HttpListener (3)
System\Net\Managed\ListenerAsyncResult.Managed.cs (3)
68_exception = exc; 70_exception = new HttpListenerException((int)HttpStatusCode.InternalServerError, SR.net_listener_close); 123_exception = oom;
2 references to _exception
System.Net.HttpListener (2)
System\Net\Managed\ListenerAsyncResult.Managed.cs (2)
194if (_exception != null) 196ExceptionDispatchInfo.Throw(_exception);