if (File.Exists(savepath))
{
File.Delete(savepath);
}
SQLiteConnection.CreateFile(savepath);
SQLiteConnection connection = new SQLiteConnection(); //исключение
connection.ConnectionString = (String.Format("Data Source = {0}; Vesion = 3;",savepath));