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