Table of Contents

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 string

The message that describes the error.

OverLimitException(string, string)

Initializes a new instance of the OverLimitException class.

public OverLimitException(string userName, string database)

Parameters

userName string

The user name.

database string

The database.

See Also