RicoSuter / VisualJsonEditor

A JSON schema based file editor for Windows.
http://visualjsoneditor.org
MIT License
349 stars 87 forks source link

HandleException can sometime fails at app start due to MainWindow not available yet #45

Open Indigo744 opened 2 years ago

Indigo744 commented 2 years ago

If MainWindow not available, or an exception is thrown by ExceptionBox.Show, then we fallback on MessageBox.Show as a last resort.