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

Initializes a new instance of the StackTrace class from the current location, in a caller's frame.

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

Parameters

skipFrames
The number of frames up the stack to start the trace from.
fNeedFileInfo
[To be supplied.]

See Also

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