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 (Boolean)

Initializes a new instance of the StackTrace class.

[Visual Basic]
Overloads Public Sub New( _
   ByVal fNeedFileInfo As Boolean _
)
[C#]
public StackTrace(
   bool fNeedFileInfo
);
[C++]
public: StackTrace(
   bool fNeedFileInfo
);
[JScript]
public function StackTrace(
   fNeedFileInfo : Boolean
);

Parameters

fNeedFileInfo
[To be supplied.]

See Also

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