11 references to TrySetException
System.Net.Quic (11)
System\Net\Quic\Internal\ResettableValueTaskSource.cs (1)
55
/// Returns <c>true</c> is this task source has entered its final state, i.e. <see cref="TrySetResult(bool)"/> or <see cref="
TrySetException
(Exception)"/>
System\Net\Quic\QuicStream.cs (10)
463
_sendTcs.
TrySetException
(exception);
520
_receiveTcs.
TrySetException
(ThrowHelper.GetOperationAbortedException(SR.net_quic_reading_aborted));
528
_sendTcs.
TrySetException
(_sendException);
618
_sendTcs.
TrySetException
(exception);
637
_receiveTcs.
TrySetException
(ThrowHelper.GetStreamAbortedException((long)data.ErrorCode));
642
_sendTcs.
TrySetException
(ThrowHelper.GetStreamAbortedException((long)data.ErrorCode));
672
_receiveTcs.
TrySetException
(exception);
673
_sendTcs.
TrySetException
(exception);
802
_receiveTcs.
TrySetException
(ThrowHelper.GetOperationAbortedException(SR.net_quic_reading_aborted));
806
_sendTcs.
TrySetException
(ThrowHelper.GetOperationAbortedException(SR.net_quic_writing_aborted));