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

Server does not support the action. More...

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

Public Member Functions

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

Server does not support the action.

Constructor & Destructor Documentation

◆ ServerUnsupportedOperationException() [1/2]

HIDIA.Transaction.ServerUnsupportedOperationException.ServerUnsupportedOperationException ( )
inline

◆ ServerUnsupportedOperationException() [2/2]

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

ServerUnsupportedOperationException constructor.

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