Click or drag to resize

UnauthorizedException Class

Indicates that a query cannot be performed due to the authorisation restrictions of the logged user.
Inheritance Hierarchy
SystemObject
  SystemException
    CassandraDriverException
      CassandraQueryValidationException
        CassandraUnauthorizedException

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.10.0
Syntax
C#
public class UnauthorizedException : QueryValidationException

The UnauthorizedException type exposes the following members.

Constructors
  NameDescription
Public methodUnauthorizedException
Initializes a new instance of the UnauthorizedException class
Top
See Also