Share via


ErrorPageOptions.SourceCodeLineCount Property

 

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.

Namespace:   Microsoft.Owin.Diagnostics
Assembly:  Microsoft.Owin.Diagnostics (in Microsoft.Owin.Diagnostics.dll)

Syntax

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

Property Value

Type: System.Int32

Returns Int32.

See Also

ErrorPageOptions Class
Microsoft.Owin.Diagnostics Namespace

Return to top