|
.NET Framework | |||||||||
| PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT | |||||||||
| 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 |
|---|
public DbException()
Initializes a new instance of the JanaBiz.Db.Exceptions.DbException class.
public DbException(string message)
public DbException(string message,
System.Exception innerException)
public DbException(int errorCode)
public DbException(int errorCode,
string message)
public DbException(int errorCode,
string message,
System.Exception innerException)
protected DbException(System.Runtime.Serialization.SerializationInfo info,
System.Runtime.Serialization.StreamingContext context)
| Property Detail |
|---|
public int Code
| Method Detail |
|---|
public void GetObjectData(System.Runtime.Serialization.SerializationInfo info,
System.Runtime.Serialization.StreamingContext context)
|
.NET Framework | |||||||||
| PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT | |||||||||