Table of Contents

Class MoveAlreadyInProgressException

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

An exception thrown when trying to move more then one database from a server.

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

Constructors

MoveAlreadyInProgressException()

Initializes a new instance of the MoveAlreadyInProgressException class. An exception thrown when trying to move more then one database from a server.

public MoveAlreadyInProgressException()

MoveAlreadyInProgressException(Exception)

Initializes a new instance of the MoveAlreadyInProgressException class. An exception thrown when trying to move more then one database from a server.

public MoveAlreadyInProgressException(Exception innerException)

Parameters

innerException Exception

The inner exception.