Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled exceptions #1

Open
mfgumban opened this issue Jan 29, 2020 · 1 comment
Open

Unhandled exceptions #1

mfgumban opened this issue Jan 29, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@mfgumban
Copy link
Contributor

Some exceptions are not properly handled:

  • SearchDockPanelViewModel.cs line 162
  • DocumentPanelViewModel.cs line 62

These occur when the specified search options and/or transform don't exist or weren't properly deployed. The exceptions should propagate to the topmost "catch" but aren't, most likely due to the use of async tasks.

@mfgumban
Copy link
Contributor Author

Additional:

  • SearchDockPanelViewModel.cs line 153

mfgumban pushed a commit that referenced this issue Jan 31, 2020
@mfgumban mfgumban self-assigned this Jan 31, 2020
@mfgumban mfgumban added the bug Something isn't working label Jan 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant