Mono Class Library: Overview

System.Diagnostics.StackFrame: Constructor Members

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

See Also: Inherited members from System.Object

Public Constructors

Initializes a new StackFrame object corresponding to the active stack frame.
Initializes a new StackFrame object corresponding to the active stack frame and, optionally, includes debugging informations.
Initializes a new StackFrame object corresponding to the 'n'th stack frame.
Initializes a new StackFrame object corresponding to the 'n'th stack frame and, optionally, includes debugging informations.
Initializes a new StackFrame object corresponding to the active stack frame and replace it's filename and line number with the supplied values.
Initializes a new StackFrame object corresponding to the active stack frame and replace it's filename, line number and column number with the supplied values.