13 types derived from CommunicationException
dotnet-svcutil-lib (13)
FrameworkFork\System.ServiceModel\System\ServiceModel\ActionNotSupportedException.cs (1)
10
public class ActionNotSupportedException :
CommunicationException
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelTerminatedException.cs (1)
7
public class ChannelTerminatedException :
CommunicationException
FrameworkFork\System.ServiceModel\System\ServiceModel\CommunicationObjectAbortedException.cs (1)
7
public class CommunicationObjectAbortedException :
CommunicationException
FrameworkFork\System.ServiceModel\System\ServiceModel\CommunicationObjectFaultedException.cs (1)
7
public class CommunicationObjectFaultedException :
CommunicationException
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointNotFoundException.cs (1)
7
public class EndpointNotFoundException :
CommunicationException
FrameworkFork\System.ServiceModel\System\ServiceModel\FaultException.cs (1)
17
public class FaultException :
CommunicationException
FrameworkFork\System.ServiceModel\System\ServiceModel\MustUnderstandSoapException.cs (1)
12
internal class MustUnderstandSoapException :
CommunicationException
FrameworkFork\System.ServiceModel\System\ServiceModel\ProtocolException.cs (1)
10
public class ProtocolException :
CommunicationException
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\MessageSecurityException.cs (1)
9
public class MessageSecurityException :
CommunicationException
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityAccessDeniedException.cs (1)
7
public class SecurityAccessDeniedException :
CommunicationException
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityNegotiationException.cs (1)
7
public class SecurityNegotiationException :
CommunicationException
FrameworkFork\System.ServiceModel\System\ServiceModel\ServerTooBusyException.cs (1)
10
public class ServerTooBusyException :
CommunicationException
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceActivationException.cs (1)
10
public class ServiceActivationException :
CommunicationException
52 instantiations of CommunicationException
dotnet-svcutil-lib (52)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
475
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(message, inner));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (3)
159
throw FxTrace.Exception.AsError(new
CommunicationException
(string.Format(SRServiceModel.WebSocketVersionMismatchFromServer, ""), ex));
161
throw FxTrace.Exception.AsError(new
CommunicationException
(string.Format(SRServiceModel.WebSocketSubProtocolMismatchFromServer, ""), ex));
166
throw FxTrace.Exception.AsError(new
CommunicationException
(ex.Message, ex));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (2)
528
return new
CommunicationException
(ioException.InnerException.Message, ioException);
532
return new
CommunicationException
(SRServiceModel.StreamError, ioException);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (3)
132
new
CommunicationException
(string.Format(SRServiceModel.SocketCloseReadReceivedData, thisPtr.RemoteEndPoint)));
254
new
CommunicationException
(string.Format(SRServiceModel.SocketCloseReadReceivedData, RemoteEndPoint)));
298
new
CommunicationException
(string.Format(SRServiceModel.SocketCloseReadReceivedData, RemoteEndPoint)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (4)
275
return new
CommunicationException
(string.Format(SRServiceModel.Sharing_ConnectionDispatchFailed, via));
284
return new
CommunicationException
(inner.Message, inner);
297
return new
CommunicationException
(inner.Message, inner);
302
return new
CommunicationException
(inner.Message, inner);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelHelpers.cs (3)
122
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(requestException.Message, requestException));
137
return new
CommunicationException
(string.Format(SRServiceModel.HttpReceiveFailure, request.RequestUri), exception);
143
return new
CommunicationException
(exception.Message, exception);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageHelper.cs (1)
255
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(message, inner));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MaxMessageSizeStream.cs (2)
74
return new
CommunicationException
(message, inner);
87
return new
CommunicationException
(message, inner);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (6)
1204
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(SRServiceModel.MessageVersionUnknown));
1206
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(SRServiceModel.MessageBodyMissing));
1214
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(SRServiceModel.MessageBodyMissing));
1252
new
CommunicationException
(versionMismatchException.Message, versionMismatchException),
1454
new
CommunicationException
(versionMismatchException.Message, versionMismatchException),
1834
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(message, inner));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageFault.cs (3)
91
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(
96
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(
101
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
770
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(SRServiceModel.SFxServerDidNotReply));
1868
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(SRServiceModel.SFxServerDidNotReply));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (5)
236
CommunicationException communicationException = new
CommunicationException
(string.Format(SRServiceModel.TcpConnectionResetError, timeout), originalException);
253
CommunicationException communicationException = new
CommunicationException
(string.Format(SRServiceModel.TcpTransferError, (int)socketException.SocketErrorCode, socketException.Message), originalException);
270
return new
CommunicationException
(timeoutErrorString, originalException);
473
return new
CommunicationException
(string.Format(SRServiceModel.TcpConnectError, remoteUri.AbsoluteUri, (int)socketException.SocketErrorCode, socketException.Message), innerException);
477
return new
CommunicationException
(string.Format(SRServiceModel.TcpConnectErrorWithTimeSpan, remoteUri.AbsoluteUri, (int)socketException.SocketErrorCode, socketException.Message, timeSpent), innerException);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketHelper.cs (1)
186
return new
CommunicationException
(exception.Message, exception);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
239
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
428
CommunicationException error = new
CommunicationException
(SRServiceModel.SFxOneWayMessageToTwoWayMethod0);
437
CommunicationException error = new
CommunicationException
(SRServiceModel.SFxRequestReplyNone);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (4)
143
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(
148
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(
153
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(
219
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (4)
394
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(
399
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(
404
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(
447
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (4)
126
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(
239
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(
300
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(
386
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\TimeBoundedCache.cs (1)
412
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(message, inner));
22 references to CommunicationException
dotnet-svcutil-lib (22)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (2)
526
else if (ioException.InnerException is
CommunicationException
)
755
catch (
CommunicationException
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPool.cs (1)
178
catch (
CommunicationException
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPoolHelper.cs (3)
77
catch (
CommunicationException
)
159
catch (
CommunicationException
/*e*/)
294
catch (
CommunicationException
/*e*/)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageHelper.cs (2)
87
catch (
CommunicationException
)
105
catch (
CommunicationException
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestContextBase.cs (1)
315
catch (
CommunicationException
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
851
catch (
CommunicationException
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (2)
236
CommunicationException
communicationException = new CommunicationException(string.Format(SRServiceModel.TcpConnectionResetError, timeout), originalException);
253
CommunicationException
communicationException = new CommunicationException(string.Format(SRServiceModel.TcpTransferError, (int)socketException.SocketErrorCode, socketException.Message), originalException);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketHelper.cs (2)
193
throw FxTrace.Exception.AsError<
CommunicationException
>(task.Exception);
206
return FxTrace.Exception.AsError<
CommunicationException
>(task.Exception);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ErrorHandlingReceiver.cs (3)
72
catch (
CommunicationException
e)
110
catch (
CommunicationException
e)
155
catch (
CommunicationException
e)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (4)
130
catch (
CommunicationException
e)
170
catch (
CommunicationException
e)
428
CommunicationException
error = new CommunicationException(SRServiceModel.SFxOneWayMessageToTwoWayMethod0);
437
CommunicationException
error = new CommunicationException(SRServiceModel.SFxRequestReplyNone);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityUtils.cs (1)
719
catch (
CommunicationException
)