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

Authentication to the server failed. More...

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

Public Member Functions

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

Authentication to the server failed.

Constructor & Destructor Documentation

◆ ServerAuthenticationException() [1/2]

HIDIA.Transaction.ServerAuthenticationException.ServerAuthenticationException ( )
inline

◆ ServerAuthenticationException() [2/2]

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

ServerAuthenticationException constructor.

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