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.FrameCount

Holds the number of frames in the stack trace.

[Visual Basic]
Overridable Public ReadOnly Property FrameCount As Integer
[C#]
public int FrameCount {virtual get;}
[C++]
public: __property virtual int get_FrameCount();
[JScript]
public function get FrameCount() : int;

See Also

StackTrace Class | StackTrace Members | System.Diagnostics Namespace