JanaBiz.Db.Exceptions
Class DbRunRecoveryException

Constructor Summary
DbRunRecoveryException()
        Initializes a new instance of the JanaBiz.Db.Exceptions.DbRunRecoveryException class.
DbRunRecoveryException(string message)
DbRunRecoveryException(string message, System.Exception innerException)
DbRunRecoveryException(int errorCode)
DbRunRecoveryException(int errorCode, string message)
DbRunRecoveryException(int errorCode, string message, System.Exception innerException)
DbRunRecoveryException(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

DbRunRecoveryException

public DbRunRecoveryException()

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


DbRunRecoveryException

public DbRunRecoveryException(string message)


DbRunRecoveryException

public DbRunRecoveryException(string message,
                              System.Exception innerException)


DbRunRecoveryException

public DbRunRecoveryException(int errorCode)


DbRunRecoveryException

public DbRunRecoveryException(int errorCode,
                              string message)


DbRunRecoveryException

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


DbRunRecoveryException

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