6 references to QuicException
InMemory.FunctionalTests (1)
Http3\Http3ConnectionTests.cs (1)
767
throw new System.Net.Quic.
QuicException
(
System.Net.Quic (5)
System\Net\Quic\Internal\ThrowHelper.cs (4)
20
return new
QuicException
(QuicError.ConnectionAborted, errorCode, SR.Format(SR.net_quic_connectionaborted, errorCode));
25
return new
QuicException
(QuicError.StreamAborted, errorCode, SR.Format(SR.net_quic_streamaborted, errorCode));
30
return new
QuicException
(QuicError.OperationAborted, null, message ?? SR.net_quic_operationaborted);
129
return new
QuicException
(QuicError.InternalError, null, SR.Format(SR.net_quic_internal_error, GetErrorMessageForStatus(status, message)));
System\Net\Quic\QuicConnection.cs (1)
95
throw new
QuicException
(QuicError.ConnectionTimeout, null, SR.Format(SR.net_quic_handshake_timeout, options.HandshakeTimeout));