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