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)
194
if (
_exception
!= null)
196
ExceptionDispatchInfo.Throw(
_exception
);