Create an exception associated with a file position.
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 _ ) |
C# |
---|
public NetricsFileFormatException( string msg, int line, int position ) |
C++ |
---|
public: NetricsFileFormatException( String msg, int line, int position ) sealed |
J# |
---|
public NetricsFileFormatException( string msg, int line, int position ) |
JScript |
---|
public function NetricsFileFormatException( msg : String, line : int, position : int ) |