CatalogNotFoundException

Thrown when the database catalog is not found.

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

Constructors

CatalogNotFoundException

Creates a new instance of CatalogNotFoundException.

Signature:
public Void CatalogNotFoundException(catalog, connectionName, src, inner)
Parameters
Name Type Summary
catalog String Catalog name (database).
connectionName String Connection name.
src String Source code reference.
inner Exception Original exception.

In this document