Netadmin.Management.Common.Exceptions Namespace |
[This is preliminary documentation and is subject to change.]
Class | Description | |
---|---|---|
![]() | AssemblyExecutionException |
Thrown when an assembly execution fails
|
![]() | BrokenDatabaseReferenceException |
Thrown when a database reference is refering something that does not exist. This is a bad thing.
|
![]() | CompanyMismatchException |
The exception that is thrown if any operation involves company specific objects which does not belong to the current company
|
![]() | DatabaseInconsistencyException |
Thrown when the database is deemed to be in an inconsistant state. One example is when a requred key is not set.
|
![]() | DependencyIssueException |
Thrown when a dependency prevents the desired action
|
![]() | IncompatibleException |
Thrown if an operation, or part of an operation, is not compatible
|
![]() | InvalidIdentifierException |
Thrown if a parameter or property is not valid
|
![]() | ModificationNotAllowedException |
Thrown when attempting to modify a value that can not be modified
|
![]() | MultipleObjectsNotExpectedException |
Thrown when multiple objects was not expected. For example a database query could return multiple results when only one was expected
|
![]() | MultipleObjectsWithNameException |
Thrown when multiple objects with the same name was encountered in a situation where names were expected to be unique
|
![]() | NonUniqueValueException |
Thrown when a operation would violate a uniqueness constraint
|
![]() | ObjectDeletionNotAllowedException |
Thrown when attempting to delete an entity, but deletion is not allowed
|
![]() | ObjectNameNotFoundException |
Thrown when a entity with a specific name was expected, but no such entity exists
|
![]() | ObjectNotFoundException |
Thrown when attempting to access an entity with a specific id, but no such entity exists
|
![]() | ReferenceMismatchException |
The exception that is thrown when two references should point to the same reference, but doesn't
|
![]() | SlaCalculationException |
Thrown when calculation of SLA values fail
|
![]() | ValueCanNotBeChangedException |
Thrown when attempting to change a value that can not be changed.
|
![]() | ValueIsRequiredException |
Thrown when a required value is missing
|