Click or drag to resize
StackTraceGetFrame Method
Gets the specified stack frame.

Namespace: System.Diagnostics
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public virtual StackFrame GetFrame(
	int index
)

Parameters

index
Type: SystemInt32
The index of the stack frame requested.

Return Value

Type: StackFrame
The specified stack frame.
See Also