21 namespace Deveel.Data.Sql {
28 : base(errorCode, message) {
32 : base(errorCode, message, innerException) {
SqlErrorException(int errorCode, string message)
SqlErrorException(int errorCode)
SqlErrorException(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...