DatabaseOperationNotSupportedException

Thrown when a database operation is not supported.

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

Constructors

DatabaseOperationNotSupportedException

Initializes a new instance of DatabaseOperationNotSupportedException.

Signature:
public Void DatabaseOperationNotSupportedException(operation, src, inner)
Parameters
Name Type Summary
operation String Name of the non-supported operation.
src String Source code reference.
inner Exception Original exception.

In this document