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.

StackFrame Constructor

 

Initializes a new instance of the StackFrame class.

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

NameDescription
System_CAPS_pubmethodStackFrame()

Initializes a new instance of the StackFrame class.

System_CAPS_pubmethodStackFrame(Boolean)

Initializes a new instance of the StackFrame class, optionally capturing source information.

System_CAPS_pubmethodStackFrame(Int32)

Initializes a new instance of the StackFrame class that corresponds to a frame above the current stack frame.

System_CAPS_pubmethodStackFrame(Int32, Boolean)

Initializes a new instance of the StackFrame class that corresponds to a frame above the current stack frame, optionally capturing source information.

System_CAPS_pubmethodStackFrame(String^, Int32)

Initializes a new instance of the StackFrame class that contains only the given file name and line number.

System_CAPS_pubmethodStackFrame(String^, Int32, Int32)

Initializes a new instance of the StackFrame class that contains only the given file name, line number, and column number.

Return to top
Show:
© 2017 Microsoft