Exceptions thrown by File Readers.
The following tables list the members exposed by NetricsFileFormatException.
Public Constructors
| Name | Description | |
|---|---|---|
|
NetricsFileFormatException | Overloaded. |
Public Properties
| Name | Description | |
|---|---|---|
|
Data | Gets a collection of key/value pairs that provide additional, user-defined information about the exception. (inherited from Exception) |
|
HelpLink | Gets or sets a link to the help file associated with this exception. (inherited from Exception) |
|
InnerException | Gets the |
|
Message | Gets a message that describes the current exception. (inherited from Exception) |
|
Source | Gets or sets the name of the application or the object that causes the error. (inherited from Exception) |
|
StackTrace | Gets a string representation of the frames on the call stack at the time the current exception was thrown. (inherited from Exception) |
|
TargetSite | Gets the method that throws the current exception. (inherited from Exception) |
Protected Properties
| Name | Description | |
|---|---|---|
|
HResult | Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception. (inherited from Exception) |
Public Methods
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified |
|
GetBaseException | When overridden in a derived class, returns the |
|
getCharPos | Return the character position within a (logical) line of a file the exception occurred on, zero if unknown. |
|
GetHashCode | Serves as a hash function for a particular type. |
|
getLine | Return the line of the file the exception occurred on, zero if unknown. |
|
GetObjectData | When overridden in a derived class, sets the |
|
getRecNum | Return the record sequence number (1 based) the exception was on, zero if unknown. |
|
GetType | Gets the runtime type of the current instance. (inherited from Exception) |
|
ToString | Overridden. Return formatted string version of exception info. |
Protected Methods
| Name | Description | |
|---|---|---|
|
Finalize | Allows an |
|
MemberwiseClone | Creates a shallow copy of the current |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
|
NetricsFileFormatException | Overloaded. |