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
suspectEntityId
IdThe ID of the IEntity which caused the exception.
suspectType
TypeThe Type of the entity which caused the exception.
innerException
ExceptionThe inner exception.
exceptionName
stringThe name of the exception.
MissingEntityException(string?)
Initializes a new instance of the MissingEntityException class.
public MissingEntityException(string? message)
Parameters
message
stringThe exception message