System.Diagnostics.StackTrace: Method Members

The methods of System.Diagnostics.StackTrace are listed below. For a list of all members, see the StackTrace Members list.

See Also: Inherited members from System.Object

Public Methods

GetFrame(int) : StackFrame

Gets the specified stack frame.

GetFrames() : StackFrame[]

Returns a copy of all stack frames in the current stack trace.

override
ToString() : string

Builds a readable representation of the stack trace.