Uses a constant to define the number of methods that are to be omitted from the stack trace.
[Visual Basic] Public Const METHODS_TO_SKIP As Integer [C#] public const int METHODS_TO_SKIP; [C++] public: const int METHODS_TO_SKIP; [JScript] public var METHODS_TO_SKIP : int;
That many methods are skipped at the beginning of the stack trace.
StackTrace Class | StackTrace Members | System.Diagnostics Namespace