PostHandlingAction Enumeration
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 what action should occur after an exception is handled by the configured exception handling chain.
Namespace: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling
Assembly: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling (in Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.dll)
Syntax
'Declaration
PublicEnumerationPostHandlingAction
publicenumPostHandlingAction
publicenum classPostHandlingAction
publicenum PostHandlingAction
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | Indicates that no rethrow should occur. | |
NotifyRethrow | 1 | Notify the caller that a rethrow is recommended. | |
ThrowNewException | 2 | Throws the exception after the exception has been handled by all handlers in the chain. |
See Also
Microsoft.Practices.EnterpriseLibrary.ExceptionHandling 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. |