Class InvalidApiOperationException
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
This exception is thrown when a user attempts to perform an action that is not valid according to the API process.
public class InvalidApiOperationException : Exception, ISerializable, IKnownError
- Inheritance
-
InvalidApiOperationException
- Implements
- Inherited Members
Constructors
InvalidApiOperationException(string, Exception?)
Initializes a new instance of the InvalidApiOperationException class.
public InvalidApiOperationException(string message = "An invalid action was attempted. Please contact support for further assistance.", Exception? innerException = null)