InvalidCredentialsException

Thrown when the credentials for the database server are invalid.

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

Constructors

InvalidCredentialsException

Creates a new instance of InvalidCredentialsException.

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

In this document