Class SspiException
The exception that is thrown when a problem occurs hwen using the SSPI system.
Implements
Inherited Members
Namespace: Cassandra.DataStax.Auth.Sspi
Assembly: Cassandra.dll
Syntax
public class SspiException : Exception, ISerializable
Constructors
SspiException(string, int)
Creates a new instance of SspiException.
Declaration
public SspiException(string message, int errorCode)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
int | errorCode |
Properties
ErrorCode
The error code that was observed during the SSPI call.
Declaration
public int ErrorCode { get; }
Property Value
Type | Description |
---|---|
int |
Message
A human-readable message indicating the nature of the exception.
Declaration
public override string Message { get; }
Property Value
Type | Description |
---|---|
string |