[This is preliminary documentation and is subject to change.]
Displays information about an unhandled exception occuring in this instance.
| C# | Visual Basic | Visual C++ |
protected virtual void DisplayException( Exception exception )
Protected Overridable Sub DisplayException ( _ exception As Exception _ )
protected: virtual void DisplayException( Exception^ exception )
- exception (Exception)
- The unhandled exception that has been thrown.