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