HID APPROVE SDK
5.14
HID Approve SDK for Windows .NET
|
Authentication to the server failed. More...
Public Member Functions | |
ServerAuthenticationException () | |
ServerAuthenticationException constructor. More... | |
ServerAuthenticationException (string message, Exception innerException=null) | |
ServerAuthenticationException constructor. More... | |
Additional Inherited Members | |
![]() | |
long | ErrorCode => _errorCode |
The code identifying the exception More... | |
![]() | |
BaseException (long errorCode) | |
BaseException Constructor. More... | |
BaseException (string message, long errorCode) | |
BaseException Constructor. More... | |
BaseException (string message, Exception innerException, long errorCode) | |
BaseException Constructor. More... | |
Authentication to the server failed.
|
inline |
ServerAuthenticationException constructor.
|
inline |
ServerAuthenticationException constructor.
message | The message that describes the error. |
innerException | The Exception instance that causes this exception. |