Mono Class Library: System.Diagnostics.StackFrame Overview | Members

System.Diagnostics.StackFrame Constructor

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.

public StackFrame (string fileName, int lineNumber, int colNumber)

Parameters

fileName
Documentation for this section has not yet been entered.
lineNumber
Documentation for this section has not yet been entered.
colNumber
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Diagnostics
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0