Service.StackTrace Method
Definition
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.
Overloads
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)
Parameters
- frames
- ArrayList
- seg
- Segment
Implements
Applies to
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()
Parameters
- s
- Segment
Returns
Applies to
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()
Parameters
- c
- Context