22 namespace Deveel.Data.Store {
25 : this(errorCode, null) {
29 : this(errorCode, message, null) {
37 : this(message, null) {
45 : base(errorCode, message, innerException) {
DataStorageException(string message)
DataStorageException(int errorCode)
DataStorageException(int errorCode, string message)
DataStorageException(string message, Exception innerException)
DataStorageException(int errorCode, string message, Exception innerException)
The base class of all the exceptions handled by the system and that can be converted to events sent t...