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