Table of Contents

Class InvalidPermissionsException

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

This exception is thrown when a user attempts to perform an action without sufficient permissions.

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

Constructors

InvalidPermissionsException(string, Exception?)

Initializes a new instance of the InvalidPermissionsException class.

public InvalidPermissionsException(string message = "The user does not have sufficient permissions to perform the action. Please contact support for further assistance.", Exception? innerException = null)

Parameters

message string

The exception message

innerException Exception

The innerException.