Create an exception associated with a file position and a record.


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

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal msg As String,  _ 
   ByVal line As Integer,  _ 
   ByVal position As Integer,  _ 
   ByVal rec As Integer _ 
)
C#
public NetricsFileFormatException(
   string msg,
   int line,
   int position,
   int rec
)
C++
public:
 NetricsFileFormatException(
   String msg,
   int line,
   int position,
   int rec
) sealed 
J#
public NetricsFileFormatException(
   string msg,
   int line,
   int position,
   int rec
)
JScript
public function NetricsFileFormatException(
   msg : String,
   line : int,
   position : int,
   rec : int
)

See Also