4 references to ConvertNetworkError
System.ServiceModel.Channels (4)
System\ServiceModel\Channels\UdpSocket.cs (4)
194throw FxTrace.Exception.AsError(ConvertNetworkError(socketException, size - offset, TransferDirection.Send, this.timeToLive)); 213return ConvertNetworkError(socketException, result.MessageSize, TransferDirection.Receive, result.TimeToLive); 310throw FxTrace.Exception.AsError(ConvertNetworkError(socketException, this.size - this.offset, TransferDirection.Send, this.timeToLive)); 333completionException = ConvertNetworkError(socketException, thisPtr.size - thisPtr.offset, TransferDirection.Send, thisPtr.timeToLive);