GetFrame()

StackTrace::GetFrame(uint32_t) method

Gets stack frame.

virtual SharedPtr<StackFrame> System::Diagnostics::StackTrace::GetFrame(uint32_t index)

Arguments

ParameterTypeDescription
indexuint32_tStack frame index, must be between 0 and FrameCount-1.

Return Value

Available stack frames.

See Also