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
    Dse.Auth.SspiSspiException

Namespace:  Dse.Auth.Sspi
Assembly:  Dse (in Dse.dll) Version: 2.9.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