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

InvalidPrinterException
PrinterSettings
How to: Use the Exception Assistant