ErrorDetails.LongDescription Property
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.
Gets a detailed description of the error.
public:
property Platform::String ^ LongDescription { Platform::String ^ get(); };
winrt::hstring LongDescription();
public string LongDescription { get; }
var string = errorDetails.longDescription;
Public ReadOnly Property LongDescription As String
Property Value
A detailed description of the error.