HID APPROVE SDK  4.8
HID Approve SDK for Windows .NET
HIDIA.Transaction.ProtectionPolicy.InvalidPasswordException Class Reference

The password fails policy requirements. More...

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

Public Member Functions

 InvalidPasswordException ()
 InvalidPasswordException constructor. More...
 
 InvalidPasswordException (string message, Exception innerException=null)
 InvalidPasswordException 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 fails policy requirements.

Constructor & Destructor Documentation

◆ InvalidPasswordException() [1/2]

HIDIA.Transaction.ProtectionPolicy.InvalidPasswordException.InvalidPasswordException ( )
inline

◆ InvalidPasswordException() [2/2]

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

InvalidPasswordException constructor.

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