Table of Contents

Class MyAdminBaseException

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

This exception is the base MyAdmin exception used when communicating with MyAdmin.

public abstract class MyAdminBaseException : Exception, ISerializable, IKnownError
Inheritance
MyAdminBaseException
Implements
Inherited Members

Constructors

MyAdminBaseException()

Initializes a new instance of the MyAdminBaseException class.

protected MyAdminBaseException()

MyAdminBaseException(Exception)

Initializes a new instance of the MyAdminBaseException class.

protected MyAdminBaseException(Exception exception)

Parameters

exception Exception

The inner exception.

MyAdminBaseException(string, Exception)

Initializes a new instance of the MyAdminBaseException class.

protected MyAdminBaseException(string message, Exception exception)

Parameters

message string

Error message.

exception Exception

The inner exception.

MyAdminBaseException(string, Exception, string)

Initializes a new instance of the MyAdminBaseException class.

protected MyAdminBaseException(string message, Exception exception, string category)

Parameters

message string

Error message.

exception Exception

The inner exception.

category string

The category of the exception.

Properties

Category

Gets the category.

public string? Category { get; }

Property Value

string

string