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.

Results Results Results Results

Prerelease. Contains the results of executing a diagnostics troubleshooting package.

public : ValueSet Results { get; }public ValueSet Results { get; }Public ReadOnly Property Results As ValueSet// You can use this property in JavaScript.
Value
ValueSet ValueSet ValueSet ValueSet

Key-value pair containing the results, such as root causes, resolutions, and so on.