ArcFM Mobile Developer Guide
Miner.Tasks Namespace
Inheritance Hierarchy

Version: 10.2.1b

Resource Center Home

This namespace provides a means to generate exceptions as well as the exception classes that may be raised.
Classes
 ClassDescription
ClassAssertionException This exception is raised when an assertion fails.
ClassCheck This class checks for DesignByContract exceptions. Each method generates an exception or a trace assertion statement if the contract is broken.
ClassDesignByContractException This exception is raised when a contract is broken. Catch this exception type if you wish to differentiate between any DesignByContract exception and other runtime exceptions.
ClassDomainNotInitializedException This exception is raised when a domain is not initialized.
ClassFieldTypeInitializedException This exception is raised when a field type is not initialized.
ClassFieldTypeNotSetException This exception is raised when a field type is not properly set.
ClassInconsistentTypeException This exception is raised when a type is inconsistent.
ClassInvariantException This exception is raised when an invariant fails.
ClassPostconditionException This exception is raised when a post-condition fails.
ClassPreconditionException This exception is raised when a pre-condition fails.
See Also

Reference

Miner.Tasks Assembly

 

 


Send Comment