Method | Description | |
---|---|---|
DatabaseException ( ) : System |
Empty Constructor
|
|
DatabaseException ( int error ) : System |
Constructor accepting an error code
|
|
DatabaseException ( string message ) : System |
Constructor accepting an error message
|
|
DatabaseException ( string message, |
Constructor provided for standard compliancy
|
Method | Description | |
---|---|---|
DatabaseException ( |
Constructor accepting Serialization info
|
protected DatabaseException ( |
||
info | The serialization info | |
context | The serialization context | |
return | System |
public DatabaseException ( int error ) : System | ||
error | int | A upscaledb error code |
return | System |
public DatabaseException ( string message ) : System | ||
message | string | An error message |
return | System |
public DatabaseException ( string message, |
||
message | string | An error message |
innerException | An inner exception | |
return | System |