StackFrame Constructor (Int32)

StackFrame Constructor (Int32)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Initializes a new instance of the StackFrame class that corresponds to a frame above the current stack frame.

Namespace:  System.Diagnostics
Assembly:  mscorlib (in mscorlib.dll)

public StackFrame(
	int skipFrames
)

Parameters

skipFrames
Type: System.Int32
The number of frames up the stack to skip.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft