[This is preliminary documentation and is subject to change.]
An handler that can be attached to the Appdomain.UnhandledException event.
If attached thenit will submit a report to bugcollect.com
for all unhandled exceptions in the appdomain.
Namespace:
bugcollectAssembly: bugcollect (in bugcollect.dll) Version: 1.0.0.0 (1.0)
Syntax
| C# |
|---|
public UnhandledExceptionEventHandler AppdomainUnhandledExceptionHandler { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property AppdomainUnhandledExceptionHandler As UnhandledExceptionEventHandler |
Remarks
This handler has to be attached to the current appdomain UnhandledException event
at application start, as early as possible.