2 references to TryGetStreamExceptionForMsQuicStatus
System.Net.Quic (2)
System\Net\Quic\QuicStream.cs (2)
464
if (ThrowHelper.
TryGetStreamExceptionForMsQuicStatus
(status, out Exception? exception))
590
if (ThrowHelper.
TryGetStreamExceptionForMsQuicStatus
(data.Status, out Exception? exception))