JScriptException.Column 属性

定义

获取代码中发生错误的列。

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

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

属性值

Int32

代码中发生错误的列,如果为,则 Context 为 0 null

适用于

另请参阅