6 references to Exception
System (6)
net\System\Net\WebSockets\WebSocketHttpListenerDuplexStream.cs (6)
171
if (m_ReadEventArgs.
Exception
!= null)
173
throw m_ReadEventArgs.
Exception
;
796
if (eventArgs.
Exception
!= null)
798
thisPtr.m_WriteTaskCompletionSource.TrySetException(eventArgs.
Exception
);
826
if (eventArgs.
Exception
!= null)
828
thisPtr.m_ReadTaskCompletionSource.TrySetException(eventArgs.
Exception
);