I have a WPF Application that I have been trying to write in the MVVM style. If an Exception is thrown (like when a document is opened), I would like to display a MessageBox.
You might also like to just put an ErrorMessage string property on your ViewModel class that your View can bind to.