Click or drag to resize

SspiException Class

The exception that is thrown when a problem occurs hwen using the SSPI system.
Inheritance Hierarchy
SystemObject
  SystemException
    Cassandra.DataStax.Auth.SspiSspiException

Namespace:  Cassandra.DataStax.Auth.Sspi
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
public class SspiException : Exception

The SspiException type exposes the following members.

Constructors
  NameDescription
Public methodSspiException
Creates a new instance of SspiException.
Top
Properties
  NameDescription
Public propertyErrorCode
The error code that was observed during the SSPI call.
Public propertyMessage
A human-readable message indicating the nature of the exception.
(Overrides ExceptionMessage.)
Top
See Also