2 references to GetErrorMessageForStatus
System.Net.Quic (2)
System\Net\Quic\Internal\ThrowHelper.cs (2)
96
return new AuthenticationException(SR.Format(SR.net_quic_auth,
GetErrorMessageForStatus
(status, message)));
129
return new QuicException(QuicError.InternalError, null, SR.Format(SR.net_quic_internal_error,
GetErrorMessageForStatus
(status, message)));