The members of System.Diagnostics.StackTrace are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Diagnostics.StackTrace class from the caller's frame. | ||
Initializes a new instance of the System.Diagnostics.StackTrace class from the caller's frame, optionally capturing source information. | ||
Initializes a new instance of the System.Diagnostics.StackTrace class that contains a single frame. | ||
Initializes a new instance of the System.Diagnostics.StackTrace class using the provided exception object. | ||
Initializes a new instance of the System.Diagnostics.StackTrace class from the caller's frame, skipping the specified number of frames. | ||
Initializes a new instance of the System.Diagnostics.StackTrace class, using the provided exception object and optionally capturing source information. | ||
Initializes a new instance of the System.Diagnostics.StackTrace class using the provided exception object and skipping the specified number of frames. | ||
Initializes a new instance of the System.Diagnostics.StackTrace class from the caller's frame, skipping the specified number of frames and optionally capturing source information. | ||
Initializes a new instance of the System.Diagnostics.StackTrace class for a specific thread, optionally capturing source information. Do not use this constructor overload. | ||
Initializes a new instance of the System.Diagnostics.StackTrace class using the provided exception object, skipping the specified number of frames and optionally capturing source information. |
const | METHODS_TO_SKIP | int (0).
Defines the default for the number of methods to omit from the stack trace. This field is constant. |
[read-only] | FrameCount | int.
Gets the number of frames in the stack trace. |
GetFrame(int)
| ||
GetFrames()
| ||
override | ToString()
|