31 : this(errorCode, null) {
40 : this(errorCode, message, null) {
48 : this(message, null) {
67 : base(errorCode, message, innerException) {
DatabaseSystemException(int errorCode)
DatabaseSystemException(int errorCode, string message, Exception innerException)
DatabaseSystemException(int errorCode, string message)
Exception thrown where various problems occur within the database.
DatabaseSystemException(string message)
DatabaseSystemException(string message, Exception innerException)
The base class of all the exceptions handled by the system and that can be converted to events sent t...