共用方式為


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

屬性值

程式碼的文字,如果 Contextnull ,則為空字串。

實作

適用於

另請參閱