Table of Contents

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

relations GroupRelations

The relations.

innerException Exception

The inner exception.

Properties

Relations

Gets or sets the GroupRelations preventing removal.

public GroupRelations? Relations { get; set; }

Property Value

GroupRelations

Relations

See Also