3 references to GetReceiveTimeoutException
System.ServiceModel (3)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (3)
497throw TraceUtility.ThrowHelperError(this.GetReceiveTimeoutException(timeout), message); 814throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(this.parent.GetReceiveTimeoutException(timeout)); 966this.Complete(completedSynchronously, this.parent.GetReceiveTimeoutException(this.timeout));