1 write to Exception
System.Net.WebSockets (1)
System\Net\WebSockets\ManagedWebSocket.KeepAlive.cs (1)
288Exception = exc;
5 references to Exception
System.Net.WebSockets (5)
System\Net\WebSockets\ManagedWebSocket.cs (3)
1021if (_keepAlivePingState?.Exception is not null) 1026new AggregateException(_keepAlivePingState.Exception, exc)); 1746keepAliveException = _keepAlivePingState.Exception;
System\Net\WebSockets\ManagedWebSocket.KeepAlive.cs (2)
64if (_keepAlivePingState.Exception is not null) 66if (NetEventSource.Log.IsEnabled()) NetEventSource.Trace(this, $"KeepAlive already faulted, skipping... (exception: {_keepAlivePingState.Exception.Message})");