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

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;

Remarks

That many methods are skipped at the beginning of the stack trace.

See Also

StackTrace Class | StackTrace Members | System.Diagnostics Namespace