[This is preliminary documentation and is subject to change.]
Handles an unhandled exception in the Execute method.
When the Stop method (which also indirectly causes an exception) was not called,
information about the exception will be logged in the results.
| C# | Visual Basic | Visual C++ |
protected void HandleExeption( Exception exception )
Protected Sub HandleExeption ( _ exception As Exception _ )
protected: void HandleExeption( Exception^ exception )
- exception (Exception)
- The unhandled exception.