Table of Contents

Class InvalidUserException

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

This exception is thrown on a logon with an incorrect user/password combination or when the user's credentials become invalid.

public class InvalidUserException : Exception, ISerializable, IKnownError
Inheritance
InvalidUserException
Implements
Inherited Members

Constructors

InvalidUserException()

Initializes a new instance of the InvalidUserException class.

public InvalidUserException()

InvalidUserException(string?, Exception?, InvalidUserType)

Initializes a new instance of the InvalidUserException class.

public InvalidUserException(string? database, Exception? exception = null, InvalidUserType invalidUserType = InvalidUserType.Default)

Parameters

database string

The database the user is trying to log in to.

exception Exception

The inner exception.

invalidUserType InvalidUserType

The InvalidUserType.

Properties

InvalidUserType

Gets the InvalidUserType of the exception.

public InvalidUserType InvalidUserType { get; }

Property Value

InvalidUserType

InvalidUserType