This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Download Microsoft Edge
More info about Internet Explorer and Microsoft Edge
public ref class ServiceActivationException : System::ServiceModel::CommunicationException
public class ServiceActivationException : System.ServiceModel.CommunicationException
[System.Serializable]
public class ServiceActivationException : System.ServiceModel.CommunicationException
type ServiceActivationException = class
inherit CommunicationException
[<System.Serializable>]
type ServiceActivationException = class
inherit CommunicationException
Public Class ServiceActivationException
Inherits CommunicationException
Inheritance
ServiceActivationException
This exception derives from
CommunicationException
that represents a class of recoverable errors that may be thrown during communication between endpoints and which Windows Communication Foundation (WCF) robust client and service applications are expected to handle. To prevent the more generic
CommunicationException
handler from catching the more specific
ActionNotSupportedException
, catch this exception prior to handling
CommunicationException
.
Gets a collection of key/value pairs that provide additional user-defined information about the exception.
(Inherited from
Exception
)
When overridden in a derived class, returns the
Exception
that is the root cause of one or more subsequent exceptions.
(Inherited from
Exception
)
Obsolete.
When overridden in a derived class, sets the
SerializationInfo
with information about the exception.
(Inherited from
Exception
)
Obsolete.
Occurs when an exception is serialized to create an exception state object that contains serialized data about the exception.
(Inherited from
Exception
)