XsltException.LinePosition 屬性

定義

取得表示樣式表中發生錯誤的行位置。

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

屬性值

Int32

表示樣式表中發生錯誤的行位置。

備註

這個屬性是由 XsltCompileException 類別使用。

適用於