We are using Sqlite for UWP Windows 10 to store local data on our app, it seems to work fine in Windows 10 PC, but the code throws an exception while creating a new SQL connection object in Windows Mobile. Please find the screen shot for more details.
This is the call where we tend to get the exception.
conn = new SQLite.Net.SQLiteConnection(new SQLite.Net.Platform.WinRT.SQLitePlatformWinRT(), path);
Kindly request you to help on the fix.