HID APPROVE SDK
5.14
HID Approve SDK for Windows .NET
|
The password has expired and requires a change of password. More...
Public Member Functions | |
PasswordExpiredException () | |
PasswordExpiredException constructor. More... | |
PasswordExpiredException (string message, Exception innerException=null) | |
PasswordExpiredException 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... | |
The password has expired and requires a change of password.
|
inline |
PasswordExpiredException constructor.
|
inline |
PasswordExpiredException constructor.
message | The message that describes the error. |
innerException | The Exception instance that causes this exception. |