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
InvalidMyAdminUserExceptionInner exception.
InvalidMyAdminUserException(string?)
Initializes a new instance of the InvalidMyAdminUserException class.
public InvalidMyAdminUserException(string? message)
Parameters
message
stringError message.
InvalidMyAdminUserException(string, string)
Initializes a new instance of the InvalidMyAdminUserException class.
public InvalidMyAdminUserException(string databaseName, string server)
Parameters
databaseName
stringThe databaseName the user is trying to log in to.
server
stringThe server attempted against.
Properties
Database
Gets the database related to the exception.
public string? Database { get; }
Property Value
Server
Gets the server related to the exception.
public string? Server { get; }