Initializes a new instance of the StackTrace class.
[Visual Basic] Overloads Public Sub New( _ ByVal targetThread As Thread, _ ByVal needFileInfo As Boolean _ ) [C#] public StackTrace( Thread targetThread, bool needFileInfo ); [C++] public: StackTrace( Thread* targetThread, bool needFileInfo ); [JScript] public function StackTrace( targetThread : Thread, needFileInfo : Boolean );
StackTrace Class | StackTrace Members | System.Diagnostics Namespace | StackTrace Constructor Overload List