A NetricsException is thrown whenever an error occurs.


The following tables list the members exposed by NetricsException.

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 getErrorCode Get the error code associated with the error.
Public method getErrorDescription Get the description of the error.
Public method getErrorItem Returns a NetricsErrorItem object that represents the error item associated with this exception.
Public method getExtendedErrorInformation Get the extended error information.
Public method GetHashCode   (inherited from Object)
Public method GetObjectData   (inherited from Exception)
Public method GetType   (inherited from Exception)
Public method ToString   (inherited from Exception)
Top

Protected Methods

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

See Also