Freigeben über


ExtensibilityDiagnosticErrorMetadata Class

Definition

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

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)

Applies to