JScriptException.EndLine 属性

定义

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

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

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

属性值

Int32

错误在其中结束的代码行,如果为,则为 0 Context null

实现

适用于

另请参阅