IJSVsaError.Description 属性

定义

获取对错误的简短说明,在某些情况下会返回对源代码中引起错误的标记的引用。

public:
 property System::String ^ Description { System::String ^ get(); };
public string Description { get; }
member this.Description : string
Public ReadOnly Property Description As String

属性值

错误的字符串文字说明。

适用于