11 references to ThrowIfMsQuicError
System.Net.Quic (11)
System\Net\Quic\Internal\MsQuicApi.cs (1)
48ThrowHelper.ThrowIfMsQuicError(ApiTable->RegistrationOpen(&cfg, &handle), "RegistrationOpen failed");
System\Net\Quic\Internal\MsQuicConfiguration.cs (2)
215ThrowHelper.ThrowIfMsQuicError(MsQuicApi.Api.ConfigurationOpen( 297ThrowHelper.ThrowIfMsQuicError(status, "ConfigurationLoadCredential failed");
System\Net\Quic\QuicConnection.cs (3)
246ThrowHelper.ThrowIfMsQuicError(MsQuicApi.Api.ConnectionOpen( 354ThrowHelper.ThrowIfMsQuicError(MsQuicApi.Api.ConnectionStart( 398ThrowHelper.ThrowIfMsQuicError(MsQuicApi.Api.ConnectionSetConfiguration(
System\Net\Quic\QuicListener.cs (2)
121ThrowHelper.ThrowIfMsQuicError(MsQuicApi.Api.ListenerOpen( 151ThrowHelper.ThrowIfMsQuicError(MsQuicApi.Api.ListenerStart(
System\Net\Quic\QuicStream.cs (3)
328ThrowHelper.ThrowIfMsQuicError(MsQuicApi.Api.StreamReceiveSetEnabled( 472ThrowHelper.ThrowIfMsQuicError(MsQuicApi.Api.StreamShutdown( 518ThrowHelper.ThrowIfMsQuicError(MsQuicApi.Api.StreamShutdown(