IVsaError.Description Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a brief description of the error, in some instances returning a reference to the token in the source code that is causing the error.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'Declaration
ReadOnly Property Description As String
string Description { get; }
property String^ Description {
    String^ get ();
}
abstract Description : string with get
function get Description () : String

Property Value

Type: System.String
Returns a string literal description of the error.

See Also

Reference

IVsaError Interface

Microsoft.Vsa Namespace