Share via


StackFrame Class

 

Detailed exception stack information used to generate a view

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

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Diagnostics.Views.StackFrame

Syntax

public class StackFrame
public ref class StackFrame 
type StackFrame = class end
Public Class StackFrame

Constructors

Name Description
System_CAPS_pubmethod StackFrame()

Properties

Name Description
System_CAPS_pubproperty ContextCode

System_CAPS_pubproperty File

File containing the instruction

System_CAPS_pubproperty Function

Function containing instruction

System_CAPS_pubproperty Line

The line number of the instruction

System_CAPS_pubproperty PostContextCode

System_CAPS_pubproperty PreContextCode

System_CAPS_pubproperty PreContextLine

The line preceeding the frame line

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Owin.Diagnostics.Views Namespace

Return to top