ExceptionTypeData.PostHandlingAction Property

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.

Gets or sets the PostHandlingAction for the exception.

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

Syntax

'Declaration
<ConfigurationPropertyAttribute("postHandlingAction", IsRequired := True)> _
PublicPropertyPostHandlingActionAs PostHandlingAction
[ConfigurationPropertyAttribute("postHandlingAction", IsRequired = true)]
public PostHandlingAction PostHandlingAction { get; set; }
[ConfigurationPropertyAttribute(L"postHandlingAction", IsRequired = true)]
public:
property PostHandlingAction PostHandlingAction {
    PostHandlingAction get ();
    voidset (PostHandlingAction value);
}
publicfunction getPostHandlingAction () : PostHandlingAction
publicfunction setPostHandlingAction (value : PostHandlingAction)

Field Value

One of the PostHandlingAction values.

See Also

ExceptionTypeData Class

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