DiagnosticActionResult
DiagnosticActionResult
DiagnosticActionResult
DiagnosticActionResult
Class
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
Represents a property bag containing the results of a diagnostic action.
public : sealed class DiagnosticActionResult : IDiagnosticActionResultpublic sealed class DiagnosticActionResult : IDiagnosticActionResultPublic NotInheritable Class DiagnosticActionResult Implements IDiagnosticActionResult// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Remarks
This API requires the Diagnostics capability.
Properties
ExtendedError ExtendedError ExtendedError ExtendedError
Prerelease. Contains extended error data about a diagnostic action.
public : HResult ExtendedError { get; }public Exception ExtendedError { get; }Public ReadOnly Property ExtendedError As Exception// You can use this property in JavaScript.
- Value
- HResult Exception Exception Exception
An HRESULT containing the error data.