Return the character position within a (logical) line of a file the exception occurred on, zero if unknown.


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

Syntax

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

See Also