StackTrace Constructor
[ 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 from the caller's frame.
Assembly: mscorlib (in mscorlib.dll)
The StackTrace is created with the caller's current thread, and does not contain file name, line number, or column information.
Use this default constructor when you want a complete trace with only summary method information about the call stack.
Show: