ExceptionTypeNode.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. |
Determines how a rethrow is handled.
Enumeration | Description |
---|---|
None | Indicates that no rethrow should occur. |
Notify | Notify the caller that a Rethrow is recommended. |
Throw | Throws the exception after the exception has been handled by all handlers in the chain. |
Namespace: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.Design.dll)
Syntax
'Declaration
<RequiredAttribute> _
PublicPropertyPostHandlingActionAs PostHandlingAction
[RequiredAttribute]
public PostHandlingAction PostHandlingAction { get; set; }
[RequiredAttribute]
public:
property PostHandlingAction PostHandlingAction {
PostHandlingAction get ();
voidset (PostHandlingAction value);
}
publicfunction getPostHandlingAction () : PostHandlingAction
publicfunction setPostHandlingAction (value : PostHandlingAction)
See Also
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. |