3 instantiations of InvalidPrinterException
System.Windows.Forms (3)
System\Windows\Forms\Printing\PrinterSettingsExtensions.cs (2)
29
throw new
InvalidPrinterException
(printerSettings);
49
throw new
InvalidPrinterException
(printerSettings);
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
999
throw new
InvalidPrinterException
(Document.PrinterSettings);
3 references to InvalidPrinterException
System.Drawing (1)
System.Drawing.cs (1)
109
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.
InvalidPrinterException
))]
System.Windows.Forms (2)
System\Windows\Forms\Printing\PrintDialog.cs (2)
258
catch (
InvalidPrinterException
)
372
catch (
InvalidPrinterException
)