Class SspiException
The exception that is thrown when a problem occurs hwen using the SSPI system.
Inheritance
object
Exception
SspiException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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 |
Overrides
System.Exception.Message
Implements
System.Runtime.Serialization.ISerializable