14 types derived from CommunicationException
System.ServiceModel.NetNamedPipe (1)
System.ServiceModel.Primitives (13)
83 instantiations of CommunicationException
System.ServiceModel.Http (8)
System.ServiceModel.NetFramingBase (6)
System.ServiceModel.NetNamedPipe (3)
System.ServiceModel.NetTcp (6)
System\ServiceModel\Channels\SocketConnection.cs (6)
364new CommunicationException(SR.Format(SR.SocketCloseReadReceivedData, _socket.RemoteEndPoint)));
715CommunicationException communicationException = new CommunicationException(SR.Format(SR.TcpConnectionResetError, timeout), originalException);
732CommunicationException communicationException = new CommunicationException(SR.Format(SR.TcpTransferError, socketException.ErrorCode, socketException.Message), originalException);
752return new CommunicationException(timeoutErrorString, originalException);
865return new CommunicationException(SR.Format(SR.TcpConnectError, remoteUri.AbsoluteUri, (int)socketException.SocketErrorCode, socketException.Message), innerException);
869return 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);
62 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.Http (4)
System.ServiceModel.NetFramingBase (6)
System.ServiceModel.NetNamedPipe (1)
System.ServiceModel.NetTcp (2)
System.ServiceModel.Primitives (24)
System.ServiceModel.UnixDomainSocket (2)