Class SSPIException

SSPIException class

Represents errors that occur during SSPI execution.

public class SSPIException : AsposeException

Constructors

NameDescription
SSPIException()Initializes a new instance of the SSPIException class.
SSPIException(Exception)Initializes a new instance of the SSPIException class with a reference to the inner exception that is the cause of this exception.
SSPIException(string)Initializes a new instance of the SSPIException class with a specified error message.
SSPIException(string, Exception)Initializes a new instance of the SSPIException class with a specified error message and a reference to the inner exception that is the cause of this exception.
SSPIException(string, params object[])Initializes a new instance of the SSPIException class with a specified error message.

Properties

NameDescription
ErrorCode { get; }Returns a code of error.
ErrorDetails { get; }Gets extra information aboout error
override Message { get; }Gets a message that describes the current exception.

Methods

NameDescription
override ToString()Returns a string that represents the current object.

See Also