Return the line of the file the exception occurred on, zero if unknown.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function getLine() As Integer
C#
public int getLine()
C++
public:
 int getLine() sealed 
J#
public int getLine()
JScript
public  function getLine() : int

See Also