21 namespace Deveel.Data.Security {
28 : this(errorCode, null) {
36 : this(errorCode, message, null) {
44 : base(errorCode, message, innerException) {
SecurityException(string message)
SecurityException(string message, Exception innerException)
SecurityException(int errorCode)
SecurityException(int errorCode, string message, Exception innerException)
SecurityException(int errorCode, string message)
The base class of all the exceptions handled by the system and that can be converted to events sent t...