Service.StackTrace Método
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í.
Sobrecargas
StackTrace(ArrayList, Segment) | |
StackTrace(Segment) | |
StackTrace(Context) |
StackTrace(ArrayList, Segment)
public:
virtual void StackTrace(System::Collections::ArrayList ^ frames, Microsoft::XLANGs::Core::Segment ^ seg);
public void StackTrace (System.Collections.ArrayList frames, Microsoft.XLANGs.Core.Segment seg);
abstract member StackTrace : System.Collections.ArrayList * Microsoft.XLANGs.Core.Segment -> unit
override this.StackTrace : System.Collections.ArrayList * Microsoft.XLANGs.Core.Segment -> unit
Public Sub StackTrace (frames As ArrayList, seg As Segment)
Parámetros
- frames
- ArrayList
- seg
- Segment
Implementaciones
Se aplica a
StackTrace(Segment)
public:
cli::array <Microsoft::XLANGs::Core::Service::StackFrame ^> ^ StackTrace(Microsoft::XLANGs::Core::Segment ^ s);
public Microsoft.XLANGs.Core.Service.StackFrame[] StackTrace (Microsoft.XLANGs.Core.Segment s);
member this.StackTrace : Microsoft.XLANGs.Core.Segment -> Microsoft.XLANGs.Core.Service.StackFrame[]
Public Function StackTrace (s As Segment) As Service.StackFrame()
Parámetros
- s
- Segment
Devoluciones
Se aplica a
StackTrace(Context)
public:
cli::array <Microsoft::XLANGs::Core::Service::StackFrame ^> ^ StackTrace(Microsoft::XLANGs::Core::Context ^ c);
public Microsoft.XLANGs.Core.Service.StackFrame[] StackTrace (Microsoft.XLANGs.Core.Context c);
member this.StackTrace : Microsoft.XLANGs.Core.Context -> Microsoft.XLANGs.Core.Service.StackFrame[]
Public Function StackTrace (c As Context) As Service.StackFrame()
Parámetros
- c
- Context