Share via


ErrorDetails.Description Property

Definition

Gets a short description of the error.

public:
 property Platform::String ^ Description { Platform::String ^ get(); };
winrt::hstring Description();
public string Description { get; }
var string = errorDetails.description;
Public ReadOnly Property Description As String

Property Value

String

Platform::String

winrt::hstring

A short description of the error.

Applies to