Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

StackTrace::METHODS_TO_SKIP Field

 

Defines the default for the number of methods to omit from the stack trace. This field is constant.

Namespace:   System.Diagnostics
Assembly:  mscorlib (in mscorlib.dll)

public:
literal int METHODS_TO_SKIP

Field Value

Type: System::Int32

The default value for the number of methods to skip at the beginning of the stack trace. The value of this constant is 0.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show:
© 2017 Microsoft