Create an exception associated with a record, but not a file position.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New( _ ByVal msg As String, _ ByVal rec As Integer _ ) |
C# |
---|
public NetricsFileFormatException( string msg, int rec ) |
C++ |
---|
public: NetricsFileFormatException( String msg, int rec ) sealed |
J# |
---|
public NetricsFileFormatException( string msg, int rec ) |
JScript |
---|
public function NetricsFileFormatException( msg : String, rec : int ) |