Exceptions thrown by File Readers.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class NetricsFileFormatException Inherits Exception |
C# |
---|
public class NetricsFileFormatException : Exception |
C++ |
---|
ref class NetricsFileFormatException : Exception |
J# |
---|
public class NetricsFileFormatException extends Exception |
JScript |
---|
public class NetricsFileFormatException extends Exception |
Remarks
This exceptions are thrown by classes that read records from files or streams. Exceptions may be in response to invalid file format specifications or invalid formats within the file data.
Inheritance Hierarchy
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.