We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927def6 commit 1783520Copy full SHA for 1783520
src/Microsoft.Data.Sqlite.Core/SqliteConnection.cs
@@ -66,9 +66,9 @@ static SqliteConnection()
66
storageFolderType = Type.GetType("Windows.Storage.StorageFolder, Windows, ContentType=WindowsRuntime")
67
?? Type.GetType("Windows.Storage.StorageFolder, Microsoft.Windows.SDK.NET");
68
}
69
- catch (FileLoadException)
+ catch (Exception)
70
{
71
- // Ignore "Could not load assembly."
+ // Ignore "Could not load assembly." or any type initialization error.
72
73
74
object? currentAppData = null;
0 commit comments