Share via


ExceptionHandlerNode Class

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.

Represents a design time representation of a ExceptionHandlerData configuration element.

Namespace:  Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.Design
Assembly:  Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.Design.dll)

Syntax

'Declaration
<SelectedImageAttribute(GetType(ExceptionHandlerNode))> _
<ImageAttribute(GetType(ExceptionHandlerNode))> _
PublicMustInheritClassExceptionHandlerNode _
    Inherits ConfigurationNode
[SelectedImageAttribute(typeof(ExceptionHandlerNode))]
[ImageAttribute(typeof(ExceptionHandlerNode))]
publicabstractclassExceptionHandlerNode : ConfigurationNode
[SelectedImageAttribute(typeof(ExceptionHandlerNode))]
[ImageAttribute(typeof(ExceptionHandlerNode))]
publicref classExceptionHandlerNodeabstract : public ConfigurationNode
publicabstractclass ExceptionHandlerNode extends ConfigurationNode

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode
    Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.Design.ExceptionHandlerNode
      EnterpriseLibrary.ExceptionHandling.Logging.Configuration.Design.LoggingExceptionHandlerNode
      EnterpriseLibrary.ExceptionHandling.WCF.Configuration.Design.FaultContractExceptionHandlerNode
      Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.Design.CustomHandlerNode
      Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.Design.ReplaceHandlerNode
      Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.Design.WrapHandlerNode

See Also

ExceptionHandlerNode Members

Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.Design 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.