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

Initializes a new instance of the StackTrace class containing a single frame.

[Visual Basic]
Overloads Public Sub New( _
   ByVal frame As StackFrame _
)
[C#]
public StackTrace(
   StackFrame frame
);
[C++]
public: StackTrace(
   StackFrame* frame
);
[JScript]
public function StackTrace(
   frame : StackFrame
);

Parameters

frame
The frame that the StackTrace object should contain.

Remarks

Use this constructor when you do not want the overhead of a full stack trace.

See Also

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