Share via


StackFrame Constructor (String, Int32, Int32)

Microsoft Silverlight will reach end of support after October 2021. Learn more.

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

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

Syntax

'Declaration
Public Sub New ( _
    fileName As String, _
    lineNumber As Integer, _
    colNumber As Integer _
)
public StackFrame(
    string fileName,
    int lineNumber,
    int colNumber
)

Parameters

  • lineNumber
    Type: System.Int32
    The line number in the specified file.
  • colNumber
    Type: System.Int32
    The column number in the specified file.

Remarks

Use this constructor when you do not want to use the debugger's line mapping logic.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Xbox 360, Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.