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

An unexpected error occurred More...

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

Public Member Functions

 InternalException (string message, Exception innerException=null)
 InternalException 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

An unexpected error occurred

Constructor & Destructor Documentation

◆ InternalException()

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

InternalException Constructor.

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