ExtensibilityDiagnosticErrorMetadata Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains metadata related to a VisualStudio.Extensibility error diagnostic.
public class ExtensibilityDiagnosticErrorMetadata : Microsoft.VisualStudio.Shell.Internal.ExtensibilityDiagnosticMessageMetadata
type ExtensibilityDiagnosticErrorMetadata = class
inherit ExtensibilityDiagnosticMessageMetadata
Public Class ExtensibilityDiagnosticErrorMetadata
Inherits ExtensibilityDiagnosticMessageMetadata
- Inheritance
-
ExtensibilityDiagnosticErrorMetadata
Constructors
ExtensibilityDiagnosticErrorMetadata(String, String, ExtensibilityDiagnosticErrorInfo) |
Initializes a new instance of the ExtensibilityDiagnosticErrorMetadata class. |
ExtensibilityDiagnosticErrorMetadata(String, String, String) |
Initializes a new instance of the ExtensibilityDiagnosticErrorMetadata class. |
Properties
Exception |
Gets or sets an optional Exception associated with this error. |
ExtensionId |
Gets or sets an identifier for the extension that this error relates to. |
ExtensionItemId |
Gets or sets an identifier of the extension item that this error relates to. |
FeatureArea |
Gets the name of the extensibility component that the metadata pertains to. (Inherited from ExtensibilityDiagnosticMetadata) |
Message |
Gets the message being reported. (Inherited from ExtensibilityDiagnosticMessageMetadata) |
Subcategory |
Gets the name of the subcategory. |
Timestamp |
Gets or sets the timestamp associated with the metadata. (Inherited from ExtensibilityDiagnosticMetadata) |