2 references to GetConnectionAbortedException
System.Net.Quic (2)
System\Net\Quic\QuicConnection.cs (1)
555Exception exception = ExceptionDispatchInfo.SetCurrentStackTrace(ThrowHelper.GetConnectionAbortedException((long)data.ErrorCode));
System\Net\Quic\QuicStream.cs (1)
619(shutdownByApp: true, closedRemotely: true) => ThrowHelper.GetConnectionAbortedException((long)data.ConnectionErrorCode),