مشاركة عبر


IVsaError.Description Property

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

'إقرار
ReadOnly Property Description As String
    Get
'الاستخدام
Dim instance As IVsaError
Dim value As String

value = instance.Description
string Description { get; }
property String^ Description {
    String^ get ();
}
abstract Description : string
function get Description () : String

Property Value

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

See Also

Reference

IVsaError Interface

IVsaError Members

Microsoft.Vsa Namespace