Class ExpiredPasswordException
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
This exception is thrown if a user makes a request while their ChangePassword flag is true. The user must change their password before they are able to successfully make further requests.
public class ExpiredPasswordException : Exception, ISerializable, IKnownError
- Inheritance
-
ExpiredPasswordException
- Implements
- Inherited Members
Constructors
ExpiredPasswordException()
Initializes a new instance of the ExpiredPasswordException class.
public ExpiredPasswordException()
ExpiredPasswordException(string?, Exception?)
Initializes a new instance of the ExpiredPasswordException class.
public ExpiredPasswordException(string? database, Exception? exception = null)