ErrorDetails.StackFrames Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Marcos de pila generados
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)