Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

StackTrace Constructor (Exception^, Boolean)

 

Initializes a new instance of the StackTrace class, using the provided exception object and optionally capturing source information.

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

public:
StackTrace(
	Exception^ e,
	bool fNeedFileInfo
)

Parameters

e
Type: System::Exception^

The exception object from which to construct the stack trace.

fNeedFileInfo
Type: System::Boolean

true to capture the file name, line number, and column number; otherwise, false.

Exception Condition
ArgumentNullException

The parameter e is null.

The resulting stack trace describes the stack at the time of the exception.

Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show:
© 2017 Microsoft