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