ErrorDetails Class

Definition

Provides information about an error that occurred.

public ref class ErrorDetails sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ErrorDetails final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ErrorDetails
Public NotInheritable Class ErrorDetails
Inheritance
Object Platform::Object IInspectable ErrorDetails
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Remarks

Constructed using the CreateFromHResult factory method.

Properties

Description

Gets a short description of the error.

HelpUri

Gets the address to a help page about the error.

LongDescription

Gets a detailed description of the error.

Methods

CreateFromHResultAsync(Int32)

Asynchronously creates an ErrorDetails object based on an HRESULT error code.

Applies to