-
-
Notifications
You must be signed in to change notification settings - Fork 0
Exomia.Database.Exceptions
Exception for signalling database connection errors.
public class Exomia.Database.Exceptions.DbConnectionException
: DbException, ISerializable, _Exception
.ctor
DbConnectionException()
Initializes a new instance of the Exomia.Database.Exceptions.DbConnectionException class.
.ctor
DbConnectionException(String
message)
Initializes a new instance of the Exomia.Database.Exceptions.DbConnectionException class.
-
message
- The message.
.ctor
DbConnectionException(String
message, Int32
errorCode)
Initializes a new instance of the Exomia.Database.Exceptions.DbConnectionException class.
-
message
- The message. -
errorCode
- The error code.
.ctor
DbConnectionException(String
message, Exception
innerException)
Initializes a new instance of the Exomia.Database.Exceptions.DbConnectionException class.
-
message
- The message. -
innerException
- The inner exception.
Exception for signalling null database connection errors.
public class Exomia.Database.Exceptions.NullDbConnectionException
: DbException, ISerializable, _Exception
.ctor
NullDbConnectionException()
Initializes a new instance of the Exomia.Database.Exceptions.NullDbConnectionException class.
.ctor
NullDbConnectionException(String
message)
Initializes a new instance of the Exomia.Database.Exceptions.NullDbConnectionException class.
-
message
- The message.
.ctor
NullDbConnectionException(String
message, Int32
errorCode)
Initializes a new instance of the Exomia.Database.Exceptions.NullDbConnectionException class.
-
message
- The message. -
errorCode
- The error code.
.ctor
NullDbConnectionException(String
message, Exception
innerException)
Initializes a new instance of the Exomia.Database.Exceptions.NullDbConnectionException class.
-
message
- The message. -
innerException
- The inner exception.
Exception for signalling null database connection string errors.
public class Exomia.Database.Exceptions.NullDbConnectionStringException
: DbException, ISerializable, _Exception
.ctor
NullDbConnectionStringException()
Initializes a new instance of the Exomia.Database.Exceptions.NullDbConnectionStringException class.
.ctor
NullDbConnectionStringException(String
message)
Initializes a new instance of the Exomia.Database.Exceptions.NullDbConnectionStringException class.
-
message
- The message.
.ctor
NullDbConnectionStringException(String
message, Int32
errorCode)
Initializes a new instance of the Exomia.Database.Exceptions.NullDbConnectionStringException class.
-
message
- The message. -
errorCode
- The error code.
.ctor
NullDbConnectionStringException(String
message, Exception
innerException)
Initializes a new instance of the Exomia.Database.Exceptions.NullDbConnectionStringException class.
-
message
- The message. -
innerException
- The inner exception.