GetFileColumnNumber Method
Collapse the table of content
Expand the table of content

StackFrame.GetFileColumnNumber Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the column number in the file that contains the code that is executing. This information is typically extracted from the debugging symbols for the executable.

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

public virtual int GetFileColumnNumber()

Return Value

Type: System.Int32
The file column number.-or- 0 (zero) if the file column number cannot be determined.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft