Click or drag to resize
Netadmin.Management.Common.Exceptions Namespace

[This is preliminary documentation and is subject to change.]

 
Classes
  ClassDescription
Public classAssemblyExecutionException
Thrown when an assembly execution fails
Public classBrokenDatabaseReferenceException
Thrown when a database reference is refering something that does not exist. This is a bad thing.
Public classCompanyMismatchException
The exception that is thrown if any operation involves company specific objects which does not belong to the current company
Public classDatabaseInconsistencyException
Thrown when the database is deemed to be in an inconsistant state. One example is when a requred key is not set.
Public classDependencyIssueException
Thrown when a dependency prevents the desired action
Public classIncompatibleException
Thrown if an operation, or part of an operation, is not compatible
Public classInvalidIdentifierException
Thrown if a parameter or property is not valid
Public classModificationNotAllowedException
Thrown when attempting to modify a value that can not be modified
Public classMultipleObjectsNotExpectedException
Thrown when multiple objects was not expected. For example a database query could return multiple results when only one was expected
Public classMultipleObjectsWithNameException
Thrown when multiple objects with the same name was encountered in a situation where names were expected to be unique
Public classNonUniqueValueException
Thrown when a operation would violate a uniqueness constraint
Public classObjectDeletionNotAllowedException
Thrown when attempting to delete an entity, but deletion is not allowed
Public classObjectNameNotFoundException
Thrown when a entity with a specific name was expected, but no such entity exists
Public classObjectNotFoundException
Thrown when attempting to access an entity with a specific id, but no such entity exists
Public classReferenceMismatchException
The exception that is thrown when two references should point to the same reference, but doesn't
Public classSlaCalculationException
Thrown when calculation of SLA values fail
Public classValueCanNotBeChangedException
Thrown when attempting to change a value that can not be changed.
Public classValueIsRequiredException
Thrown when a required value is missing