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

プロパティ値

コードのテキスト。または が の場合はnull空のContext文字列。

実装

適用対象

こちらもご覧ください