StackFrame Class

Detailed exception stack information used to generate a view

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class StackFrame
'Usage
Dim instance As StackFrame
public class StackFrame
public ref class StackFrame
type StackFrame =  class end
public class StackFrame

The StackFrame type exposes the following members.

Constructors

  Name Description
Public method StackFrame

Top

Properties

  Name Description
Public property ContextCode
Public property File
Public property Function
Public property Line
Public property PostContextCode
Public property PreContextCode
Public property PreContextLine

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

Reference

Microsoft.Owin.Diagnostics.Views Namespace