Class OverLimitException
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Represents an exception thrown when a users has exceeded the query limit of an API.
public class OverLimitException : Exception, ISerializable, IKnownError
- Inheritance
-
OverLimitException
- Implements
- Inherited Members
Constructors
OverLimitException(string)
Initializes a new instance of the OverLimitException class.
public OverLimitException(string message)
Parameters
message
stringThe message that describes the error.
OverLimitException(string, string)
Initializes a new instance of the OverLimitException class.
public OverLimitException(string userName, string database)