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
EntityLinkRuleException()
Initializes a new instance of the EntityLinkRuleException class.
public EntityLinkRuleException()
EntityLinkRuleException(string)
Initializes a new instance of the EntityLinkRuleException class.
public EntityLinkRuleException(string message)
Parameters
message
stringThe exception message.
EntityLinkRuleException(string, Exception)
Initializes a new instance of the EntityLinkRuleException class.
public EntityLinkRuleException(string message, Exception inner)