SchemaManipulationException

This is the base class for exceptions that reports error while manipulatind tha database schema.

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

Constructors

SchemaManipulationException

Initializes a new instance of SchemaManipulationException.

Signature:
public Void SchemaManipulationException(msg, src, inner, command)
Parameters
Name Type Summary
msg String Error message.
src String Source code reference.
inner Exception Original exception.
command IDbCommand IDbCommand that causes the error.

Properties

Command

Command that causes the error.

Signature:
public IDbCommand Command { get; set; }

Methods

ToString

Returns a textual representation of the exception.

Signature:
public String ToString()