| Class | Description |
|---|---|
| AddToSetException | This Exception is thrown when an error occurs adding an Item to an ObjectSet |
| AggregateSetException | This Exception is thrown when |
| BadArgumentException | This Exception is thrown when Bad Arguments are passed to the CreateObject method on ObjectFactory |
| BadConnectionStringException | This Exception is thrown when the connection string has not been defined in the Run Time Model. |
| BadDirectionReferenceException | This Exception is thrown when an error occurs with the Reference when setting an Item on an ObjectSet |
| BadInitialisationException | This Exception is thrown when a Parent Object is assigned to its Child Object and the Child Object and/or Parent Object have no data to make a Relation exist between the objects. |
| BadKeyAssignmentException | This Exception is thrown when an error occurs during the SetPrimaryKey method |
| BadKeyForObjectSetException | This Exception is thrown when no Keys could be obtained from an Object to Index on the underlying ObjectSet collection. |
| BadOperatorException | This Exception is thrown when an error occurs during the SetDefaultOperator method on a Query Class. |
| BoundChildObjectException | This Exception is thrown when an error occurs setting BindChildObjects on an ObjectSet |
| ClassNotDefinedException | This Exception is thrown when a Class is accessed that is Not in the Run Time Model. |
| CollectionIndexOutOfBoundsException | This Exception is thrown when an Item is accessed that is outside the Bounds of the collection of an ObjectSet or ObjectSetView. |
| CreateTypeException | This Exception is thrown when the ObjectFactory has been requested to create a type which has errors. |
| DataFacetException | This Exception is thrown when a data facet dictated by the model has been violated. |
| DisposedException | This Exception is thrown when an Object has been disposed and therefore all further data activities for that object have been suspended. |
| EvaluateException | Represents the exception that is thrown when the Expression property of a DataColumn cannot be evaluated. |
| IncorrectTypeException | This Exception is thrown when Incorrect Type is being Set on an ObjectSet. |
| ModelException | This Exception is thrown when Model is not synchronised with the database. |
| MultiplicityException | This Exception is thrown when an ObjectSet has violated the number of objects it can contain governed by the model. |
| ObjectIsNotRootException | This Exception is thrown when the _KeepAsRoot property is set to True and the Object is not a Root Object. |
| OLEDBNotSupportedException | This Exception is thrown when the ObjectFactory tries to connect to an OLEDB datasource. |
| ReferencedObjectIntegrityException | This Exception is thrown when assigning an object to another parent object. |
| UpdateException | This Exception is thrown when an error occurs updating an Object to the Database. |
©2006 i3 Design Limited. All rights reserved.