DeveloperExceptionPageOptions.SourceCodeLineCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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