StackTraceGetFrame Method |
Gets the specified stack frame.
Namespace: System.DiagnosticsAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public virtual StackFrame GetFrame(
int index
)
Parameters
- index
- Type: SystemInt32
The index of the stack frame requested.
Return Value
Type:
StackFrameThe specified stack frame.
See Also