1 write to timeoutErrorString
System.ServiceModel (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
582this.timeoutErrorString = timeoutErrorString;
3 references to timeoutErrorString
System.ServiceModel (3)
System\ServiceModel\Channels\PipeConnection.cs (3)
209if (this.timeoutErrorString != null) 213return new TimeoutException(this.timeoutErrorString, pipeException); 217return new CommunicationException(this.timeoutErrorString, pipeException);