JanaBiz.DbXml.Exceptions
Class DbXmlException

Constructor Summary
DbXmlException()
        Initializes a new instance of the JanaBiz.DbXml.Exceptions.DbXmlException class.
DbXmlException(string message)
DbXmlException(string message, System.Exception innerException)
DbXmlException(JanaBiz.DbXml.Exceptions.DbXmlExceptionCode dbXmlExceptionCode, int dbErrorCode, string queryFile, int queryLine, int queryColumn, string message, System.Exception innerException)
DbXmlException(JanaBiz.DbXml.Exceptions.DbXmlExceptionCode dbXmlExceptionCode, int dbErrorCode, string queryFile, int queryLine, int queryColumn, string message)
DbXmlException(JanaBiz.DbXml.Exceptions.DbXmlExceptionCode dbXmlExceptionCode, string message)
DbXmlException(JanaBiz.DbXml.Exceptions.DbXmlExceptionCode dbXmlExceptionCode, string message, System.Exception innerException)
DbXmlException(JanaBiz.DbXml.Exceptions.DbXmlExceptionCode dbXmlExceptionCode, int dbErrorCode, string message)
DbXmlException(JanaBiz.DbXml.Exceptions.DbXmlExceptionCode dbXmlExceptionCode, int dbErrorCode, string message, System.Exception innerException)
DbXmlException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)

Property Summary
int DbErrorCode
JanaBiz.DbXml.Exceptions.DbXmlExceptionCode ExceptionCode
int QueryColumn
string QueryFile
int QueryLine

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

DbXmlException

public DbXmlException()

Initializes a new instance of the JanaBiz.DbXml.Exceptions.DbXmlException class.


DbXmlException

public DbXmlException(string message)


DbXmlException

public DbXmlException(string message,
                      System.Exception innerException)


DbXmlException

public DbXmlException(JanaBiz.DbXml.Exceptions.DbXmlExceptionCode dbXmlExceptionCode,
                      int dbErrorCode,
                      string queryFile,
                      int queryLine,
                      int queryColumn,
                      string message,
                      System.Exception innerException)


DbXmlException

public DbXmlException(JanaBiz.DbXml.Exceptions.DbXmlExceptionCode dbXmlExceptionCode,
                      int dbErrorCode,
                      string queryFile,
                      int queryLine,
                      int queryColumn,
                      string message)


DbXmlException

public DbXmlException(JanaBiz.DbXml.Exceptions.DbXmlExceptionCode dbXmlExceptionCode,
                      string message)


DbXmlException

public DbXmlException(JanaBiz.DbXml.Exceptions.DbXmlExceptionCode dbXmlExceptionCode,
                      string message,
                      System.Exception innerException)


DbXmlException

public DbXmlException(JanaBiz.DbXml.Exceptions.DbXmlExceptionCode dbXmlExceptionCode,
                      int dbErrorCode,
                      string message)


DbXmlException

public DbXmlException(JanaBiz.DbXml.Exceptions.DbXmlExceptionCode dbXmlExceptionCode,
                      int dbErrorCode,
                      string message,
                      System.Exception innerException)


DbXmlException

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

Property Detail

DbErrorCode

public int DbErrorCode


ExceptionCode

public JanaBiz.DbXml.Exceptions.DbXmlExceptionCode ExceptionCode


QueryColumn

public int QueryColumn


QueryFile

public string QueryFile


QueryLine

public int QueryLine

Method Detail

GetObjectData

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