6 writes to _pendingException
System.ServiceModel.Http (6)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (6)
503ThrowOnPendingException(ref _pendingException); 564_pendingException = FxTrace.Exception.AsError(new QuotaExceededException(SR.Format(SR.MaxReceivedMessageSizeExceeded, _maxBufferSize))); 616_pendingException = WebSocketHelper.ConvertAndTraceException(ex, TimeSpan.MaxValue, WebSocketHelper.ReceiveOperation); 670_pendingException = ex; 764_pendingException = WebSocketHelper.ConvertAndTraceException(ex, _asyncReceiveTimeout, WebSocketHelper.ReceiveOperation); 787ThrowOnPendingException(ref _pendingException);
2 references to _pendingException
System.ServiceModel.Http (2)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (2)
668if (ex != null && _pendingException == null) 717if (_pendingException == null)