ErrorDetails.StackFrames Property

Definition

The generated stack frames

public:
 property System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Diagnostics::Views::StackFrame ^> ^ StackFrames { System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Diagnostics::Views::StackFrame ^> ^ get(); void set(System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Diagnostics::Views::StackFrame ^> ^ value); };
public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Diagnostics.Views.StackFrame> StackFrames { get; set; }
member this.StackFrames : seq<Microsoft.AspNetCore.Diagnostics.Views.StackFrame> with get, set
Public Property StackFrames As IEnumerable(Of StackFrame)

Property Value

Applies to