JanaBiz.Db.Exceptions
Class DbLockNotGrantedException

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

DbLockNotGrantedException

public DbLockNotGrantedException()

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


DbLockNotGrantedException

public DbLockNotGrantedException(string message)


DbLockNotGrantedException

public DbLockNotGrantedException(string message,
                                 System.Exception innerException)


DbLockNotGrantedException

public DbLockNotGrantedException(int errorCode)


DbLockNotGrantedException

public DbLockNotGrantedException(int errorCode,
                                 string message)


DbLockNotGrantedException

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


DbLockNotGrantedException

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