DeveloperExceptionPageOptions.SourceCodeLineCount Property

Definition

Determines how many lines of code to include before and after the line of code present in an exception's stack frame. Only applies when symbols are available and source code referenced by the exception stack trace is present on the server.

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

Property Value

Applies to