ErrorDetails.StackFrames Property

The generated stack frames.

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

Syntax

'Declaration
Public Property StackFrames As IEnumerable(Of StackFrame)
    Get 
    Set
'Usage
Dim instance As ErrorDetails 
Dim value As IEnumerable(Of StackFrame)

value = instance.StackFrames

instance.StackFrames = value
public IEnumerable<StackFrame> StackFrames { get; set; }
public:
property IEnumerable<StackFrame^>^ StackFrames {
    IEnumerable<StackFrame^>^ get ();
    void set (IEnumerable<StackFrame^>^ value);
}
member StackFrames : IEnumerable<StackFrame> with get, set
function get StackFrames () : IEnumerable<StackFrame>
function set StackFrames (value : IEnumerable<StackFrame>)

Property Value

Type: System.Collections.Generic.IEnumerable<StackFrame>
Returns IEnumerable<T>.

See Also

Reference

ErrorDetails Class

Microsoft.Owin.Diagnostics.Views Namespace