CredentialsExpiredException

Thrown when the password of the database connection user has expired.

Namespace:
Inetdev.Data
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Inetdev.Data.OpenConnectionException

Constructors

CredentialsExpiredException

Creates a new instance of CredentialsExpiredException.

Signature:
public Void CredentialsExpiredException(connectionName, src, inner)
Parameters
Name Type Summary
connectionName String The name of the connection.
src String Source code reference.
inner Exception Original exception.

In this document