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