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