ExtensibilityDiagnosticErrorInfo Struct
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 information used to create a ExtensibilityDiagnosticErrorMetadata object.
public struct ExtensibilityDiagnosticErrorInfo
type ExtensibilityDiagnosticErrorInfo = struct
Public Structure ExtensibilityDiagnosticErrorInfo
- Inheritance
-
ExtensibilityDiagnosticErrorInfo
Constructors
ExtensibilityDiagnosticErrorInfo(String) |
Initializes a new instance of the ExtensibilityDiagnosticErrorInfo class. |
Properties
Exception |
Gets or sets an optional Exception associated with this error. |
ExtensionId |
Gets or sets an optional identifier for the extension that this error relates to. |
ExtensionItemId |
Gets or sets an optional identifier of the extension item that this error relates to. |
Message |
Gets the message being reported. |