Share via


StackFrame.PreContextLine Property

 

The line preceeding the frame line

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

Syntax

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

Property Value

Type: System.Int32

Returns Int32.

See Also

StackFrame Class
Microsoft.Owin.Diagnostics.Views Namespace

Return to top