7 writes to pendingException
System.ServiceModel (7)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (7)
617
ThrowOnPendingException(ref this.
pendingException
);
678
this.
pendingException
= FxTrace.Exception.AsError(new QuotaExceededException(SR.GetString(SR.MaxReceivedMessageSizeExceeded, this.maxBufferSize)));
731
this.
pendingException
= WebSocketHelper.ConvertAndTraceException(ex, TimeSpan.MaxValue, WebSocketHelper.ReceiveOperation);
754
this.
pendingException
= FxTrace.Exception.AsError(ex);
809
this.
pendingException
= ex;
907
this.
pendingException
= WebSocketHelper.ConvertAndTraceException(ex, this.asyncReceiveTimeout, WebSocketHelper.ReceiveOperation);
951
ThrowOnPendingException(ref this.
pendingException
);
2 references to pendingException
System.ServiceModel (2)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (2)
807
if (ex != null && this.
pendingException
== null)
857
if (this.
pendingException
== null)