public ExceptionHandler(ExceptionHandlerEnumType type, string msg) : base(message: msg) { this.type = type; }
public DbServiceExceptionHandler(ExceptionHandlerEnumType type, string msg) : base(message: msg) { Type = type; }