Return the record sequence number (1 based) the exception was on, zero if unknown.


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

Syntax

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

See Also