Troubleshooting Exceptions: System.Printing.PrintingCanceledException
A PrintingCanceledException exception occurs when code attempts to access a canceled print job.
Remarks
If you are creating a Windows Presentation Foundation (WPF) application that includes printing functionality and allows print jobs to be canceled, be sure to correctly handle this exception. An unhandled exception of this type can cause a Windows Presentation Foundation application to stop responding.
See Also
Tasks
How to: Use the Exception Assistant