3 references to GetReceiveTimeoutException
System.ServiceModel.Primitives (3)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (3)
485throw TraceUtility.ThrowHelperError(GetReceiveTimeoutException(timeout), message); 769throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(_parent.GetReceiveTimeoutException(timeout)); 908Complete(completedSynchronously, _parent.GetReceiveTimeoutException(_timeout));