5 references to ConvertAndTraceException
System.ServiceModel (5)
System\ServiceModel\Channels\WebSocketHelper.cs (2)
233
throw
ConvertAndTraceException
(ex, timeout, operation);
238
return
ConvertAndTraceException
(
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (3)
731
this.pendingException = WebSocketHelper.
ConvertAndTraceException
(ex, TimeSpan.MaxValue, WebSocketHelper.ReceiveOperation);
907
this.pendingException = WebSocketHelper.
ConvertAndTraceException
(ex, this.asyncReceiveTimeout, WebSocketHelper.ReceiveOperation);
1485
pendingException = WebSocketHelper.
ConvertAndTraceException
(ex, timeout, WebSocketHelper.CloseOperation);