Table of Contents

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 Id

The ID of the IEntity which caused the exception.

suspectType Type

The Type of the entity which caused the exception.

innerException Exception

The inner exception.

exceptionName string

The name of the exception.

MissingEntityException(string?)

Initializes a new instance of the MissingEntityException class.

public MissingEntityException(string? message)

Parameters

message string

The exception message