Troubleshooting Exceptions: System.Drawing.Printing.InvalidPrinterException
An InvalidPrinterException exception is thrown when an attempt is made to access a printer using invalid printer settings.
Associated Tips
- Make sure that the printer exists.
The most common cause of invalid printer settings is referencing a nonexistent printer. For more information, see System.Drawing.Printing.
- Make sure a default printer has been installed.
If no printer has been specified, make sure a default printer has been installed. For more information, see PrinterSettings
See Also
Tasks
How to: Find Out More About an Exception with the Exception Assistant