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