StackTrace Constructor (StackFrame^)
.NET Framework (current version)
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.
Use this constructor when you do not want the overhead of a full stack trace.
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: