次の方法で共有


DeveloperExceptionPageOptions.SourceCodeLineCount プロパティ

定義

例外のスタック フレーム内に存在するコード行の前後に含めるコードの行数を指定します。 シンボルが利用でき、なおかつ例外のスタック トレースで参照されたソース コードがサーバーに存在する場合に限り適用されます。

public:
 property int SourceCodeLineCount { int get(); void set(int value); };
public int SourceCodeLineCount { get; set; }
member this.SourceCodeLineCount : int with get, set
Public Property SourceCodeLineCount As Integer

プロパティ値

適用対象