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

[To be supplied.]

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

Parameters

skipFrames
[To be supplied.]
fNeedFileInfo
[To be supplied.]

See Also

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