Share via


FaultContractExceptionHandlerSetting Members

Include Protected Members
Include Inherited Members

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The FaultContractExceptionHandlerSetting type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property ApplicationName
Gets the name of the application to which the ConfigurationSetting instance represents configuration information.
(Inherited from ConfigurationSetting.)
Public property Attributes
Gets the collection of attributes for the custom exception handler represented as a String array of key/value pairs.
Public property ExceptionMessage
Gets the name of the exception message for the represented configuration object.
Public property ExceptionType
Gets the type of the exception to which the handler is registered.
(Inherited from ExceptionHandlerSetting.)
Public property FaultContractType
Gets the name of the fault contract type for the represented configuration object.
Public property Name
Gets the name that identifies the represented configuration information.
(Inherited from NamedConfigurationSetting.)
Public property Order
Gets the order for the represented hadler among the collection of handlers registered to hande the same exception type in the same exception policy.
(Inherited from ExceptionHandlerSetting.)
Public property Policy
Gets the name of the policy to which the handler is registered.
(Inherited from ExceptionHandlerSetting.)
Public property SectionName
Gets the name of the section where the ConfigurationSetting instance represented configuration information resides.
(Inherited from ConfigurationSetting.)

See Also

FaultContractExceptionHandlerSetting Class

Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.WCF.Configuration.Manageability Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.