HID APPROVE SDK  5.14
HID Approve SDK for Windows .NET
HIDIA.Transaction.ProtectionPolicy.PasswordExpiredException Class Reference

The password has expired and requires a change of password. More...

Inheritance diagram for HIDIA.Transaction.ProtectionPolicy.PasswordExpiredException:
HIDIA.Transaction.BaseException

Public Member Functions

 PasswordExpiredException ()
 PasswordExpiredException constructor. More...
 
 PasswordExpiredException (string message, Exception innerException=null)
 PasswordExpiredException constructor. More...
 

Additional Inherited Members

- Public Attributes inherited from HIDIA.Transaction.BaseException
long ErrorCode => _errorCode
 The code identifying the exception More...
 
- Protected Member Functions inherited from HIDIA.Transaction.BaseException
 BaseException (long errorCode)
 BaseException Constructor. More...
 
 BaseException (string message, long errorCode)
 BaseException Constructor. More...
 
 BaseException (string message, Exception innerException, long errorCode)
 BaseException Constructor. More...
 

Detailed Description

The password has expired and requires a change of password.

Constructor & Destructor Documentation

◆ PasswordExpiredException() [1/2]

HIDIA.Transaction.ProtectionPolicy.PasswordExpiredException.PasswordExpiredException ( )
inline

◆ PasswordExpiredException() [2/2]

HIDIA.Transaction.ProtectionPolicy.PasswordExpiredException.PasswordExpiredException ( string  message,
Exception  innerException = null 
)
inline

PasswordExpiredException constructor.

Parameters
messageThe message that describes the error.
innerExceptionThe Exception instance that causes this exception.