32 references to CommunicationException
dotnet-svcutil-lib (32)
FrameworkFork\System.ServiceModel\System\ServiceModel\ActionNotSupportedException.cs (1)
13public ActionNotSupportedException(string message) : base(message) { }
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (3)
132new CommunicationException(string.Format(SRServiceModel.SocketCloseReadReceivedData, thisPtr.RemoteEndPoint))); 254new CommunicationException(string.Format(SRServiceModel.SocketCloseReadReceivedData, RemoteEndPoint))); 298new CommunicationException(string.Format(SRServiceModel.SocketCloseReadReceivedData, RemoteEndPoint)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (1)
275return new CommunicationException(string.Format(SRServiceModel.Sharing_ConnectionDispatchFailed, via));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (3)
1204throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new CommunicationException(SRServiceModel.MessageVersionUnknown)); 1206throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new CommunicationException(SRServiceModel.MessageBodyMissing)); 1214throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new CommunicationException(SRServiceModel.MessageBodyMissing));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
770throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new CommunicationException(SRServiceModel.SFxServerDidNotReply)); 1868throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new CommunicationException(SRServiceModel.SFxServerDidNotReply));
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelTerminatedException.cs (1)
10public ChannelTerminatedException(string message) : base(message) { }
FrameworkFork\System.ServiceModel\System\ServiceModel\CommunicationObjectAbortedException.cs (1)
10public CommunicationObjectAbortedException(string message) : base(message) { }
FrameworkFork\System.ServiceModel\System\ServiceModel\CommunicationObjectFaultedException.cs (1)
10public CommunicationObjectFaultedException(string message) : base(message) { }
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
428CommunicationException error = new CommunicationException(SRServiceModel.SFxOneWayMessageToTwoWayMethod0); 437CommunicationException error = new CommunicationException(SRServiceModel.SFxRequestReplyNone);
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointNotFoundException.cs (1)
10public EndpointNotFoundException(string message) : base(message) { }
FrameworkFork\System.ServiceModel\System\ServiceModel\FaultException.cs (9)
27: base(SRServiceModel.SFxFaultReason) 34: base(reason) 41: base(FaultException.GetSafeReasonText(reason)) 48: base(reason) 55: base(FaultException.GetSafeReasonText(reason)) 62: base(reason) 78: base(FaultException.GetSafeReasonText(reason)) 94: base(FaultException.GetSafeReasonText(GetReason(fault))) 105: base(FaultException.GetSafeReasonText(GetReason(fault)))
FrameworkFork\System.ServiceModel\System\ServiceModel\ProtocolException.cs (1)
13public ProtocolException(string message) : base(message) { }
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\MessageSecurityException.cs (2)
20: base(message) 36: base(message)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityAccessDeniedException.cs (1)
10: base(message)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityNegotiationException.cs (1)
15: base(message)
FrameworkFork\System.ServiceModel\System\ServiceModel\ServerTooBusyException.cs (1)
13public ServerTooBusyException(string message) : base(message) { }
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceActivationException.cs (1)
13public ServiceActivationException(string message) : base(message) { }