JScriptException.LineText 属性

定义

获取发生错误的代码的文本。

此 API 支持产品基础结构,不能在代码中直接使用。

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

属性值

代码的文本;如果 为 null,则为Context空字符串。

实现

适用于

另请参阅