A NetricsException is thrown whenever an error occurs.
The following tables list the members exposed by NetricsException.
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 |
![]() |
getErrorCode | Get the error code associated with the error. |
![]() |
getErrorDescription | Get the description of the error. |
![]() |
getErrorItem | Returns a NetricsErrorItem object that represents the error item associated with this exception. |
![]() |
getExtendedErrorInformation | Get the extended error information. |
![]() |
GetHashCode | Serves as a hash function for a particular type. |
![]() |
GetObjectData | When overridden in a derived class, sets the |
![]() |
GetType | Gets the runtime type of the current instance. (inherited from Exception) |
![]() |
ToString | Overridden. Converts to string. |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | Allows an |
![]() |
MemberwiseClone | Creates a shallow copy of the current |