Class SspiException
The exception that is thrown when a problem occurs hwen using the SSPI system.
Inheritance
System.Object
System.Exception
SspiException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Dse.Auth.Sspi
Assembly: Dse.dll
Syntax
public class SspiException : Exception, ISerializable
Constructors
SspiException(String, Int32)
Creates a new instance of SspiException.
Declaration
public SspiException(string message, int errorCode)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Int32 | errorCode |
Properties
ErrorCode
The error code that was observed during the SSPI call.
Declaration
public int ErrorCode { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Message
A human-readable message indicating the nature of the exception.
Declaration
public override string Message { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
System.Exception.Message
Implements
System.Runtime.Serialization.ISerializable