DiagnosticsInformation Members
Include Protected Members
Include Inherited Members
Represents diagnostics information.
The DiagnosticsInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DiagnosticsInformation(SerializationInfo, StreamingContext) | Creates a new instance of the DiagnosticsInformation class with serialized data. | |
DiagnosticsInformation(Int32, String, String, DiagnosticVisibility) | Creates an instance of Diagnostics Information with given diagnostics details. |
Top
Properties
Name | Description | |
---|---|---|
Description | Gets the diagnostics description. | |
ErrorCode | Gets the diagnostics error code. | |
Reason | Gets the diagnostics reason. | |
Visibility | Gets the diagnostics visibility. |
Top
Methods
Name | Description | |
---|---|---|
AddAttribute | Adds additional application specific attribute to the diagnostics information. | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetAttributes | Gets a copy of all the attributes. | |
GetHashCode | (inherited from Object) | |
GetObjectData | Populates a SerializationInfo with the data needed to serialize the object. | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top