I'm using Sqlite in my ASP.NET Core 9.0 app. Whenever I debug in Visual Studio, I get hundreds of these errors in the output panel:
15:43:08:084 Exception thrown: 'Microsoft.Data.Sqlite.SqliteException' in Microsoft.Data.Sqlite.dll
15:43:08:084 Exception thrown: 'Microsoft.Data.Sqlite.SqliteException' in Microsoft.Data.Sqlite.dll
15:43:08:084 Exception thrown: 'Microsoft.Data.Sqlite.SqliteException' in Microsoft.Data.Sqlite.dll
15:43:08:340 Exception thrown: 'Microsoft.Data.Sqlite.SqliteException' in Microsoft.Data.Sqlite.dll
etc...
And it's not just that -- I get all sorts of Exception thrown: messages, in all sorts of libraries -- I can never catch them, and they don't seem to cause any damage.
15:49:05:175 Exception thrown: 'System.IO.FileNotFoundException' in Lucene.Net.dll
or
15:49:05:424 Exception thrown: 'System.FormatException' in System.Private.CoreLib.dll
Several times, I've debugged deep into my code, and I can isolate the method call that causes the error to appear -- it's always me calling someone else's code, so the exception is being thrown deep into code that I don't have any control over.
What are these? Should I be concerned about them?
Messageproperty, if you can. That will have more info. Though I understand the reason you're here is you have a hard time finding these in the first place.