15 references to Error
System.Net.Quic (15)
src\libraries\Common\src\System\Net\Security\SslKeyLogger.cs (1)
36
NetEventSource.
Error
(null, $"Failed to open SSL key log file '{s_keyLogFile}': {ex}");
System\Net\Quic\Internal\MsQuicApi.cs (2)
157
NetEventSource.
Error
(null, $"Cannot retrieve {nameof(QUIC_PARAM_GLOBAL_LIBRARY_VERSION)} from MsQuic library: '{status}'.");
170
NetEventSource.
Error
(null, $"Cannot retrieve {nameof(QUIC_PARAM_GLOBAL_LIBRARY_GIT_HASH)} from MsQuic library: '{status}'.");
System\Net\Quic\Internal\MsQuicTlsSecret.cs (1)
37
NetEventSource.
Error
(handle, $"Failed to set native memory for TLS secret: {ex}");
System\Net\Quic\QuicConnection.cs (3)
716
NetEventSource.
Error
(this, $"{this} Unable to enqueue incoming stream {stream}");
791
NetEventSource.
Error
(null, $"Received event {connectionEvent->Type} for [conn][{(nint)connection:X11}] while connection is already disposed");
809
NetEventSource.
Error
(instance, $"{instance} Exception while processing event {connectionEvent->Type}: {ex}");
System\Net\Quic\QuicConnection.SslConnectionOptions.cs (1)
168
NetEventSource.
Error
(_connection, $"{_connection} ConnectionCertificateValidationComplete failed with {ThrowHelper.GetErrorMessageForStatus(status)}");
System\Net\Quic\QuicListener.cs (4)
275
NetEventSource.
Error
(connection, $"{connection} Connection handshake timed out: {oce}");
311
NetEventSource.
Error
(connection, $"{connection} Connection handshake failed: {ex}");
380
NetEventSource.
Error
(null, $"Received event {listenerEvent->Type} for [list][{(nint)listener:X11}] while listener is already disposed");
398
NetEventSource.
Error
(instance, $"{instance} Exception while processing event {listenerEvent->Type}: {ex}");
System\Net\Quic\QuicStream.cs (3)
682
NetEventSource.
Error
(null, $"Received event {streamEvent->Type} for [strm][{(nint)stream:X11}] while stream is already disposed");
700
NetEventSource.
Error
(instance, $"{instance} Exception while processing event {streamEvent->Type}: {ex}");
762
NetEventSource.
Error
(this, $"{this} StreamShutdown({flags}) failed: {ThrowHelper.GetErrorMessageForStatus(status)}.");