Merging with master

This commit is contained in:
Alekhya Reddy
2020-04-08 10:06:14 -07:00
187 changed files with 6012 additions and 1223 deletions

View File

@@ -87,11 +87,15 @@ namespace Microsoft.Plugin.Indexer
results.Add(r);
}
}
catch(InvalidOperationException)
{
//The connection has closed, internal error of ExecuteReader()
//Not showing this exception to the users
}
catch (Exception ex)
{
results.Add(new Result
{
// TODO: Localize the string
Title = ex.ToString(),
IcoPath = "Images\\WindowsIndexerImg.bmp"
});