3 references to GetTimeoutException
System.ServiceModel (3)
System\ServiceModel\Channels\WebSocketHelper.cs (2)
263
TimeoutException timeoutException =
GetTimeoutException
(exception, timeout, operation);
333
throw FxTrace.Exception.AsError(
GetTimeoutException
(null, timeout, operation));
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
594
throw FxTrace.Exception.AsError(WebSocketHelper.
GetTimeoutException
(null, this.asyncReceiveTimeout, WebSocketHelper.ReceiveOperation));