TableOrViewNotFoundException

Thrown when a table or view is not found.

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

Constructors

TableOrViewNotFoundException

Initializes a new instance of TableOrViewNotFoundException.

Signature:
public Void TableOrViewNotFoundException(schema, name, src)
Parameters
Name Type Summary
schema String Schema name.
name String Table name.
src String Source code reference.

In this document