Table of Contents

Class EntityLinkRuleException

Namespace
Geotab.Checkmate.ObjectModel.EntityLink
Assembly
Geotab.Checkmate.ObjectModel.dll

This exception is thrown under circumstances of a bad action in the processing class.

public class EntityLinkRuleException : Exception, ISerializable, IKnownError
Inheritance
EntityLinkRuleException
Implements
Inherited Members

Constructors

Initializes a new instance of the EntityLinkRuleException class.

public EntityLinkRuleException()

Initializes a new instance of the EntityLinkRuleException class.

public EntityLinkRuleException(string message)

Parameters

message string

The exception message.

Initializes a new instance of the EntityLinkRuleException class.

public EntityLinkRuleException(string message, Exception inner)

Parameters

message string

The exception message.

inner Exception

The inner exception.