Class InvalidGroupFilterException
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
This exception is thrown when the group filter is invalid, possibly because of number of conditions.
public class InvalidGroupFilterException : Exception, ISerializable, IKnownError
- Inheritance
-
InvalidGroupFilterException
- Implements
- Inherited Members
Constructors
InvalidGroupFilterException(Exception?, InvalidGroupFilterType)
Initializes a new instance of the InvalidGroupFilterException class.
public InvalidGroupFilterException(Exception? exception = null, InvalidGroupFilterType invalidGroupFilterType = InvalidGroupFilterType.ToManyEvaluations)
Parameters
exception
ExceptionThe inner exception.
invalidGroupFilterType
InvalidGroupFilterType