case 3740
This commit is contained in:
@@ -5512,7 +5512,13 @@ namespace AyaNova
|
||||
{
|
||||
new MyApp().Run(args);
|
||||
}
|
||||
catch (System.NullReferenceException )
|
||||
catch (System.NullReferenceException)
|
||||
{
|
||||
;//no operation, this was found to be happening when an old db is updated to a new db, maybe
|
||||
//an attempt to show something that doesn't exist yet in db or...?
|
||||
//it's so obscure I'm just going to swallow it here (but only that specific one)
|
||||
}
|
||||
catch (System.ObjectDisposedException)
|
||||
{
|
||||
;//no operation, this was found to be happening when an old db is updated to a new db, maybe
|
||||
//an attempt to show something that doesn't exist yet in db or...?
|
||||
|
||||
Reference in New Issue
Block a user