Gets the line number in the file containing the code being executed. This information is normally extracted from the debugging symbols for the executable.
[Visual Basic] Overridable Public Function GetFileLineNumber() As Integer [C#] public virtual int GetFileLineNumber(); [C++] public: virtual int GetFileLineNumber(); [JScript] public function GetFileLineNumber() : int;
The file line number or zero if it cannot be determined.
This method is not yet implemented.
StackFrame Class | StackFrame Members | System.Diagnostics Namespace