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

The method is not implemented. More...

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

Public Member Functions

 NotImplementedException (string message, Exception innerException=null)
 NotImplementedException 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 method is not implemented.

Constructor & Destructor Documentation

◆ NotImplementedException()

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

NotImplementedException Constructor.

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