Class MissingEntityException
- Namespace
- Geotab.Checkmate.ObjectModel.Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
This subclass exception exists to provide awareness that an entity trying to be deleted does not exist
public class MissingEntityException : RelationViolatedException, ISerializable, IKnownError
- Inheritance
-
MissingEntityException
- Implements
- Inherited Members
Constructors
MissingEntityException()
Initializes a new instance of the MissingEntityException class.
public MissingEntityException()
MissingEntityException(Id?, Type, Exception?, string)
Initializes a new instance of the MissingEntityException class.
public MissingEntityException(Id? suspectEntityId, Type suspectType, Exception? innerException, string exceptionName = "MissingEntityException")
Parameters
suspectEntityIdIdThe ID of the IEntity which caused the exception.
suspectTypeTypeThe Type of the entity which caused the exception.
innerExceptionExceptionThe inner exception.
exceptionNamestringThe name of the exception.
MissingEntityException(string?)
Initializes a new instance of the MissingEntityException class.
public MissingEntityException(string? message)
Parameters
messagestringThe exception message