iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

DataAccessException Class

The DataAccessException is thrown when an error in the Dao occurs.

For a list of all members of this type, see DataAccessException Members.

System.Object
   Exception
      ApplicationException
         IBatisNetException
            DataAccessException

[Visual Basic]
<Serializable, _  Serializable(TypeId:=System.SerializableAttribute)>
Public Class DataAccessException
    Inherits 
[C#]
[Serializable]
[Serializable(TypeId=System.SerializableAttribute)]
public class DataAccessException : IBatisNetException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: IBatisNet.DataAccess.Exceptions

Assembly: IBatisNet.DataAccess (in IBatisNet.DataAccess.dll)

See Also

DataAccessException Members | IBatisNet.DataAccess.Exceptions Namespace