Class GroupRelationViolatedException
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Exception with information about the grouped linked entities that hold a relation preventing removal.
public class GroupRelationViolatedException : Exception, ISerializable, IKnownError
- Inheritance
-
GroupRelationViolatedException
- Implements
- Inherited Members
Constructors
GroupRelationViolatedException(GroupRelations?, Exception?)
Initializes a new instance of the GroupRelationViolatedException class.
public GroupRelationViolatedException(GroupRelations? relations, Exception? innerException)
Parameters
relationsGroupRelationsThe relations.
innerExceptionExceptionThe inner exception.
Properties
Relations
Gets or sets the GroupRelations preventing removal.
public GroupRelations? Relations { get; set; }