ErrorDetails.StackFrames Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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); };
C#
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)
Produkt | Versiounen |
---|---|
ASP.NET Core | 1.0, 1.1 |