Share via


ErrorDetails.StackFrames Property

 

The generated stack frames

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

Syntax

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
Public Property StackFrames As IEnumerable(Of StackFrame)

Property Value

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

Returns IEnumerable<T>.

See Also

ErrorDetails Class
Microsoft.Owin.Diagnostics.Views Namespace

Return to top