[This is preliminary documentation and is subject to change.]
This class represents the report submission completion callback arguments.
It aggregates together the callback user state, the submission result and
any exception that may occured during submission.
Namespace:
bugcollectAssembly: bugcollect (in bugcollect.dll) Version: 1.0.0.0 (1.0)
Syntax
| C# |
|---|
public class ReportSubmissionResultArgs : EventArgs |
| Visual Basic (Declaration) |
|---|
Public Class ReportSubmissionResultArgs _ Inherits EventArgs |
Remarks
If an exception occured during submission then the Exception property
is set with a reference to that exception.
Inheritance Hierarchy
System..::.Object
System..::.EventArgs
bugcollect..::.ReportSubmissionResultArgs
System..::.EventArgs
bugcollect..::.ReportSubmissionResultArgs