mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Microsoft.Data.Sqlite
This commit is contained in:
@@ -7,12 +7,12 @@
|
||||
using NLog;
|
||||
using NLog.Targets;
|
||||
using System;
|
||||
using System.Data.SQLite;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.IO;
|
||||
using System.Text.Json;
|
||||
using System.Threading;
|
||||
using System.Windows.Forms;
|
||||
using Microsoft.Data.Sqlite;
|
||||
|
||||
namespace VRCX
|
||||
{
|
||||
@@ -172,7 +172,7 @@ namespace VRCX
|
||||
|
||||
#region Handle Database Error
|
||||
|
||||
catch (SQLiteException e)
|
||||
catch (SqliteException e)
|
||||
{
|
||||
logger.Fatal(e, "Unhandled SQLite Exception, closing.");
|
||||
var messageBoxResult = MessageBox.Show(
|
||||
|
||||
Reference in New Issue
Block a user