14 types derived from CommunicationException
System.ServiceModel.NetNamedPipe (1)
System.ServiceModel.Primitives (13)
84 instantiations of CommunicationException
System.ServiceModel.Federation (1)
System.ServiceModel.Http (8)
System.ServiceModel.NetFramingBase (6)
System.ServiceModel.NetNamedPipe (3)
System.ServiceModel.NetTcp (6)
System\ServiceModel\Channels\SocketConnection.cs (6)
362new CommunicationException(SR.Format(SR.SocketCloseReadReceivedData, _socket.RemoteEndPoint)));
713CommunicationException communicationException = new CommunicationException(SR.Format(SR.TcpConnectionResetError, timeout), originalException);
730CommunicationException communicationException = new CommunicationException(SR.Format(SR.TcpTransferError, socketException.ErrorCode, socketException.Message), originalException);
750return new CommunicationException(timeoutErrorString, originalException);
863return new CommunicationException(SR.Format(SR.TcpConnectError, remoteUri.AbsoluteUri, (int)socketException.SocketErrorCode, socketException.Message), innerException);
867return new CommunicationException(SR.Format(SR.TcpConnectErrorWithTimeSpan, remoteUri.AbsoluteUri, (int)socketException.SocketErrorCode, socketException.Message, timeSpent), innerException);
System.ServiceModel.Primitives (51)
System.ServiceModel.Primitives.Tests (3)
System.ServiceModel.UnixDomainSocket (6)
System\ServiceModel\Channels\SocketConnection.cs (6)
341new CommunicationException(SR.Format(SR.SocketCloseReadReceivedData, _socket.RemoteEndPoint)));
677CommunicationException communicationException = new CommunicationException(SR.Format(SR.UDSConnectionResetError, timeout), originalException);
694CommunicationException communicationException = new CommunicationException(SR.Format(SR.UDSTransferError, socketException.ErrorCode, socketException.Message), originalException);
714return new CommunicationException(timeoutErrorString, originalException);
828return new CommunicationException(SR.Format(SR.UDSConnectError, remoteUri.AbsoluteUri, (int)socketException.SocketErrorCode, socketException.Message), innerException);
832return new CommunicationException(SR.Format(SR.UDSConnectErrorWithTimeSpan, remoteUri.AbsoluteUri, (int)socketException.SocketErrorCode, socketException.Message, timeSpent), innerException);
63 references to CommunicationException
Binding.ReliableSession.IntegrationTests (2)
Binding.UDS.IntegrationTests (1)
Client.ClientBase.IntegrationTests (5)
Client.ExpectedExceptions.IntegrationTests (5)
Infrastructure.Common (1)
ScenarioTests.Common.Tests (1)
Security.TransportSecurity.IntegrationTests (8)
System.ServiceModel (1)
System.ServiceModel.Http (4)
System.ServiceModel.NetFramingBase (6)
System.ServiceModel.NetNamedPipe (1)
System.ServiceModel.NetTcp (2)
System.ServiceModel.Primitives (24)
System.ServiceModel.UnixDomainSocket (2)