12 references to ThrowIfMsQuicError
System.Net.Quic (12)
System\Net\Quic\Internal\MsQuicApi.cs (1)
50ThrowHelper.ThrowIfMsQuicError(ApiTable->RegistrationOpen(&cfg, &handle), "RegistrationOpen failed");
System\Net\Quic\Internal\MsQuicConfiguration.cs (2)
219ThrowHelper.ThrowIfMsQuicError(MsQuicApi.Api.ConfigurationOpen( 301ThrowHelper.ThrowIfMsQuicError(status, "ConfigurationLoadCredential failed");
System\Net\Quic\QuicConnection.cs (3)
323ThrowHelper.ThrowIfMsQuicError(MsQuicApi.Api.ConnectionOpen( 434ThrowHelper.ThrowIfMsQuicError(MsQuicApi.Api.ConnectionStart( 477ThrowHelper.ThrowIfMsQuicError(MsQuicApi.Api.ConnectionSetConfiguration(
System\Net\Quic\QuicListener.cs (2)
127ThrowHelper.ThrowIfMsQuicError(MsQuicApi.Api.ListenerOpen( 157ThrowHelper.ThrowIfMsQuicError(MsQuicApi.Api.ListenerStart(
System\Net\Quic\QuicStream.cs (4)
172ThrowHelper.ThrowIfMsQuicError(MsQuicApi.Api.StreamOpen( 336ThrowHelper.ThrowIfMsQuicError(MsQuicApi.Api.StreamReceiveSetEnabled( 481ThrowHelper.ThrowIfMsQuicError(MsQuicApi.Api.StreamShutdown( 527ThrowHelper.ThrowIfMsQuicError(MsQuicApi.Api.StreamShutdown(