Exceptions thrown by File Readers.


The following tables list the members exposed by NetricsFileFormatException.

Public Constructors

  Name Description
Static Public method NetricsFileFormatException Overloaded.  
Top

Public Properties

  Name Description
Public property Data   (inherited from Exception)
Public property HelpLink   (inherited from Exception)
Public property InnerException   (inherited from Exception)
Public property Message   (inherited from Exception)
Public property Source   (inherited from Exception)
Public property StackTrace   (inherited from Exception)
Public property TargetSite   (inherited from Exception)
Top

Protected Properties

  Name Description
Family property HResult   (inherited from Exception)
Top

Public Methods

  Name Description
Public method Equals   (inherited from Object)
Public method GetBaseException   (inherited from Exception)
Public method getCharPos Return the character position within a (logical) line of a file the exception occurred on, zero if unknown.
Public method GetHashCode   (inherited from Object)
Public method getLine Return the line of the file the exception occurred on, zero if unknown.
Public method GetObjectData   (inherited from Exception)
Public method getRecNum Return the record sequence number (1 based) the exception was on, zero if unknown.
Public method GetType   (inherited from Exception)
Public method ToString Overridden. Return formatted string version of exception info.
Top

Protected Methods

  Name Description
Family method Finalize   (inherited from Object)
Family method MemberwiseClone   (inherited from Object)
Top

Explicit Interface Implementations

  Name Description
Static Private method NetricsFileFormatException Overloaded.  
Top

See Also