StackFrame Constructor (String, Int32, Int32)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the StackFrame class that contains only the specified file name, line number, and column number.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- fileName
- Type: System.String
The file name.
- lineNumber
- Type: System.Int32
The line number in the specified file.
- colNumber
- Type: System.Int32
The column number in the specified file.
Show: