Table of Contents

Class InvalidMyAdminUserException

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

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

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

Constructors

InvalidMyAdminUserException()

Initializes a new instance of the InvalidMyAdminUserException class.

public InvalidMyAdminUserException()

InvalidMyAdminUserException(InvalidMyAdminUserException)

Initializes a new instance of the InvalidMyAdminUserException class.

public InvalidMyAdminUserException(InvalidMyAdminUserException exception)

Parameters

exception InvalidMyAdminUserException

Inner exception.

InvalidMyAdminUserException(string?)

Initializes a new instance of the InvalidMyAdminUserException class.

public InvalidMyAdminUserException(string? message)

Parameters

message string

Error message.

InvalidMyAdminUserException(string, string)

Initializes a new instance of the InvalidMyAdminUserException class.

public InvalidMyAdminUserException(string databaseName, string server)

Parameters

databaseName string

The databaseName the user is trying to log in to.

server string

The server attempted against.

Properties

Database

Gets the database related to the exception.

public string? Database { get; }

Property Value

string

string

Server

Gets the server related to the exception.

public string? Server { get; }

Property Value

string

string