JanaBiz.Db.Exceptions
Class DbMemoryException

Constructor Summary
DbMemoryException()
        Initializes a new instance of the JanaBiz.Db.Exceptions.DbMemoryException class.
DbMemoryException(string message)
DbMemoryException(string message, System.Exception innerException)
DbMemoryException(int errorCode)
DbMemoryException(int errorCode, string message)
DbMemoryException(int errorCode, string message, System.Exception innerException)
DbMemoryException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)

Properties inherited from class JanaBiz.Db.Exceptions.DbException
Code

Properties inherited from class System.Exception
HelpLink, HResult, InnerException, Message, Source, StackTrace, TargetSite

Methods inherited from class JanaBiz.Db.Exceptions.DbException
GetObjectData

Methods inherited from class System.Exception
GetBaseException, ToString

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone


Constructor Detail

DbMemoryException

public DbMemoryException()

Initializes a new instance of the JanaBiz.Db.Exceptions.DbMemoryException class.


DbMemoryException

public DbMemoryException(string message)


DbMemoryException

public DbMemoryException(string message,
                         System.Exception innerException)


DbMemoryException

public DbMemoryException(int errorCode)


DbMemoryException

public DbMemoryException(int errorCode,
                         string message)


DbMemoryException

public DbMemoryException(int errorCode,
                         string message,
                         System.Exception innerException)


DbMemoryException

protected DbMemoryException(System.Runtime.Serialization.SerializationInfo info,
                            System.Runtime.Serialization.StreamingContext context)