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;
StackTrace Class | StackTrace Members | System.Diagnostics Namespace