[This is preliminary documentation and is subject to change.]
This event is raised on completion of the submission of an unhandled exception.
Namespace:
bugcollectAssembly: bugcollect (in bugcollect.dll) Version: 1.0.0.0 (1.0)
Syntax
| C# |
|---|
public event ReportSubmissionResultHandler UnhandledExceptionResult |
| Visual Basic (Declaration) |
|---|
Public Event UnhandledExceptionResult As ReportSubmissionResultHandler |
Remarks
To submit unhandled exceptions the ReportingManager.ThreadExceptionHandler must be attached to
the Application.ThreadException event, or the the ReportingManager.AppdomainUnhandledExceptionHandler
must be attached to the Appdomain.UnhandledException event, or both.