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)

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 _
)
[C#]
public StackTrace(
   int skipFrames
);
[C++]
public: StackTrace(
   int skipFrames
);
[JScript]
public function StackTrace(
   skipFrames : int
);

Parameters

skipFrames
The number of frames up the stack to start the trace from.

See Also

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