JScriptException.EndLine 属性

定义

获取错误在其中结束的代码行。

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

public:
 property int EndLine { int get(); };
public int EndLine { get; }
member this.EndLine : int
Public ReadOnly Property EndLine As Integer

属性值

错误结束的代码行;如果 为 null,则为 Context 0。

实现

适用于

另请参阅