Create an exception not associated with a particular file position.


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

Syntax

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

See Also