[This is preliminary documentation and is subject to change.]
Creates a new report with the given notes, exception information and caling assembly.
Namespace:
bugcollectAssembly: bugcollect (in bugcollect.dll) Version: 1.0.0.0 (1.0)
Syntax
| C# |
|---|
public Report( string notes, Exception e, Assembly callingAssembly ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ notes As String, _ e As Exception, _ callingAssembly As Assembly _ ) |
Parameters
- notes
- Type: System..::.String
Notes associated with the report
- e
- Type: System..::.Exception
Exception object related to the report
- callingAssembly
- Type: System.Reflection..::.Assembly
Assembly that is reporting the incident
Remarks
This constructor initializes the
IncidentTime,
Application and
AppVersion properties
with the current time and the appdomain entry assembly name and version.
The Module
and ModuleVersion
of the report are initialized with the name and version of the callingAssembly parameter.