PrintPreview error

Hi!

I would like to know how to insert a try/catch when user try to print a view and failed.

I saw in NodeLinkDemo3 demo project that you not call a try/catch in:

myView.PrintPreview();

Thanks!

GoView.PrintPreview does a try/catch to allow it to do a System.Diagnostics.Trace.WriteLine of the error, but it then does a “throw”, so you should be able to do your own try/catch around it.