4 references to TryGetStreamExceptionForMsQuicStatus
System.Net.Quic (4)
System\Net\Quic\QuicStream.cs (4)
172if (ThrowHelper.TryGetStreamExceptionForMsQuicStatus(status, out Exception? ex, streamWasSuccessfullyStarted: false, message: "StreamOpen failed")) 254if (ThrowHelper.TryGetStreamExceptionForMsQuicStatus(status, out Exception? exception, streamWasSuccessfullyStarted: false)) 417if (ThrowHelper.TryGetStreamExceptionForMsQuicStatus(status, out Exception? exception)) 539if (ThrowHelper.TryGetStreamExceptionForMsQuicStatus(data.Status, out Exception? exception))