59 references to CommunicationException
System.ServiceModel (53)
System\ServiceModel\ActionNotSupportedException.cs (1)
17
public ActionNotSupportedException(string message, Exception innerException) :
base
(message, innerException) { }
System\ServiceModel\AddressAccessDeniedException.cs (1)
14
public AddressAccessDeniedException(string message, Exception innerException) :
base
(message, innerException) { }
System\ServiceModel\AddressAlreadyInUseException.cs (1)
14
public AddressAlreadyInUseException(string message, Exception innerException) :
base
(message, innerException) { }
System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
571
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(message, inner));
System\ServiceModel\Channels\Connection.cs (1)
638
return new
CommunicationException
(ioException.InnerException.Message, ioException);
System\ServiceModel\Channels\FramingDecoders.cs (3)
285
return new
CommunicationException
(inner.Message, inner);
298
return new
CommunicationException
(inner.Message, inner);
303
return new
CommunicationException
(inner.Message, inner);
System\ServiceModel\Channels\HttpChannelFactory.cs (3)
1632
throw TraceUtility.ThrowHelperError(new
CommunicationException
(ioException.Message,
1637
throw TraceUtility.ThrowHelperError(new
CommunicationException
(webException.Message,
1883
completionException = new
CommunicationException
(webException.Message, webException);
System\ServiceModel\Channels\HttpChannelHelpers.cs (8)
148
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(message, inner));
986
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(objectDisposedException.Message, objectDisposedException));
1006
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(objectDisposedException.Message, objectDisposedException));
1022
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(objectDisposedException.Message, objectDisposedException));
1043
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(objectDisposedException.Message, objectDisposedException));
3224
return new
CommunicationException
(listenerException.Message, listenerException);
3519
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(webException.Message,
3642
return TraceResponseException(new
CommunicationException
(webException.Message, webException));
System\ServiceModel\Channels\MaxMessageSizeStream.cs (2)
77
return new
CommunicationException
(message, inner);
90
return new
CommunicationException
(message, inner);
System\ServiceModel\Channels\Message.cs (3)
1317
new
CommunicationException
(versionMismatchException.Message, versionMismatchException),
1520
new
CommunicationException
(versionMismatchException.Message, versionMismatchException),
1902
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(message, inner));
System\ServiceModel\Channels\PipeConnection.cs (7)
217
return new
CommunicationException
(this.timeoutErrorString, pipeException);
226
return new
CommunicationException
(exceptionMessage, pipeException);
635
return new
CommunicationException
(innerException.Message, innerException);
2066
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(innerException.Message, innerException));
2103
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(innerException.Message, innerException));
2254
return new
CommunicationException
(innerException.Message, innerException);
2546
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(innerException.Message, innerException));
System\ServiceModel\Channels\RedirectionException.cs (1)
39
:
base
(message, innerException)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
1549
new
CommunicationException
(exception.Message, exception));
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
1125
return new
CommunicationException
(message, exception);
System\ServiceModel\Channels\SocketConnection.cs (1)
818
return new
CommunicationException
(timeoutErrorString, originalException);
System\ServiceModel\Channels\WebSocketHelper.cs (2)
293
ex = new
CommunicationException
(ex.Message, ex);
322
return new
CommunicationException
(exception.Message, exception);
System\ServiceModel\ChannelTerminatedException.cs (1)
15
public ChannelTerminatedException(string message, Exception innerException) :
base
(message, innerException) { }
System\ServiceModel\CommunicationObjectAbortedException.cs (1)
15
public CommunicationObjectAbortedException(string message, Exception innerException) :
base
(message, innerException) { }
System\ServiceModel\CommunicationObjectFaultedException.cs (1)
15
public CommunicationObjectFaultedException(string message, Exception innerException) :
base
(message, innerException) { }
System\ServiceModel\Dispatcher\MessageFilterException.cs (1)
46
:
base
(message, innerException)
System\ServiceModel\EndpointNotFoundException.cs (1)
14
public EndpointNotFoundException(string message, Exception innerException) :
base
(message, innerException) { }
System\ServiceModel\FaultException.cs (2)
74
:
base
(reason, innerException)
90
:
base
(FaultException.GetSafeReasonText(reason), innerException)
System\ServiceModel\PoisonMessageException.cs (1)
14
public PoisonMessageException(string message, Exception innerException) :
base
(message, innerException) { }
System\ServiceModel\ProtocolException.cs (1)
16
public ProtocolException(string message, Exception innerException) :
base
(message, innerException) { }
System\ServiceModel\Security\MessageSecurityException.cs (2)
36
:
base
(message, innerException)
46
:
base
(message, innerException)
System\ServiceModel\Security\SecurityAccessDeniedException.cs (1)
24
:
base
(message, innerException)
System\ServiceModel\Security\SecurityNegotiationException.cs (1)
24
:
base
(message, innerException)
System\ServiceModel\Security\TimeBoundedCache.cs (1)
416
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(message, inner));
System\ServiceModel\ServerTooBusyException.cs (1)
15
public ServerTooBusyException(string message, Exception innerException) :
base
(message, innerException) { }
System\ServiceModel\ServiceActivationException.cs (1)
15
public ServiceActivationException(string message, Exception innerException) :
base
(message, innerException) { }
System.ServiceModel.Activation (3)
System\ServiceModel\Activation\HostedHttpContext.cs (2)
456
return new
CommunicationException
(hostedException.Message, hostedException);
729
throw FxTrace.Exception.AsError(new
CommunicationException
(e.Message, e));
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (1)
605
throw FxTrace.Exception.AsError(new
CommunicationException
(hostedException.Message, hostedException));
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpSocket.cs (1)
252
result = new
CommunicationException
(errorMessage, socketException);
System.ServiceModel.Web (1)
System\ServiceModel\Channels\WebMessageEncoderFactory.cs (1)
451
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationException
(
System.WorkflowServices (1)
System\ServiceModel\Persistence\PersistenceException.cs (1)
24
:
base
(message, innerException)