JanaBiz.Db.Exceptions
Class DbException

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

Property Summary
int Code

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

Method Summary
void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)

Methods inherited from class System.Exception
GetBaseException, ToString

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


Constructor Detail

DbException

public DbException()

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


DbException

public DbException(string message)


DbException

public DbException(string message,
                   System.Exception innerException)


DbException

public DbException(int errorCode)


DbException

public DbException(int errorCode,
                   string message)


DbException

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


DbException

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

Property Detail

Code

public int Code

Method Detail

GetObjectData

public void GetObjectData(System.Runtime.Serialization.SerializationInfo info,
                          System.Runtime.Serialization.StreamingContext context)