NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

StackTrace Constructor (Thread, Boolean)

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
);

Parameters

targetThread
[To be supplied.]
needFileInfo
[To be supplied.]

See Also

StackTrace Class | StackTrace Members | System.Diagnostics Namespace | StackTrace Constructor Overload List