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