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!

StackFrame Constructor (Int32)

Initializes a new StackFrame object corresponding to the active stack frame.

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

Parameters

skipFrames
The number of frames up the stack to skip.

See Also

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