Implementation of ADOException indicating that evaluation of the
valid SQL statement against the given data resulted in some
illegal operation, mismatched types or incorrect cardinality.
Namespace: NHibernate.ExceptionsAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
[SerializableAttribute] public class DataException : ADOException |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class DataException _ Inherits ADOException |
| Visual C++ |
|---|
[SerializableAttribute] public ref class DataException : public ADOException |
Inheritance Hierarchy
System..::..Object
System..::..Exception
System..::..ApplicationException
NHibernate..::..HibernateException
NHibernate..::..ADOException
NHibernate.Exceptions..::..DataException
System..::..Exception
System..::..ApplicationException
NHibernate..::..HibernateException
NHibernate..::..ADOException
NHibernate.Exceptions..::..DataException