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

The credentials used to sign the transaction have expired. More...

Inheritance diagram for HIDIA.Transaction.CredentialsExpiredException:
HIDIA.Transaction.BaseException

Public Member Functions

 CredentialsExpiredException ()
 CredentialsExpiredException constructor. More...
 
 CredentialsExpiredException (string message, Exception innerException=null)
 CredentialsExpiredException 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 credentials used to sign the transaction have expired.

Constructor & Destructor Documentation

◆ CredentialsExpiredException() [1/2]

HIDIA.Transaction.CredentialsExpiredException.CredentialsExpiredException ( )
inline

◆ CredentialsExpiredException() [2/2]

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

CredentialsExpiredException constructor.

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