JanaBiz.Db.Exceptions
Class DbDeadlockException

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

DbDeadlockException

public DbDeadlockException()

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


DbDeadlockException

public DbDeadlockException(string message)


DbDeadlockException

public DbDeadlockException(string message,
                           System.Exception innerException)


DbDeadlockException

public DbDeadlockException(int errorCode)


DbDeadlockException

public DbDeadlockException(int errorCode,
                           string message)


DbDeadlockException

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


DbDeadlockException

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