[This is preliminary documentation and is subject to change.]
Called after the HandleException method has been called.
| C# | Visual Basic | Visual C++ |
protected override void AfterHandlingException( Exception exception )
Protected Overrides Sub AfterHandlingException ( _ exception As Exception _ )
protected: virtual void AfterHandlingException( Exception^ exception ) override
- exception (Exception)
- Exception that has been handled.
Gives the descendant of this class the possibility to perform
extra actions compared to this base class.