StackTrace Constructor (StackFrame)
[ 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 StackTrace class that contains a single frame.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- frame
- Type: System.Diagnostics.StackFrame
The frame that the StackTrace object should contain.
Show: