System.Drawing.Printing.InvalidPrinterException
Represents the exception that is thrown when you try to access a printer using printer settings that are not valid.
namespace System.Drawing.Printing
{
public class InvalidPrinterException : SystemException
{
protected InvalidPrinterException(SerializationInfo info, StreamingContext context);
public InvalidPrinterException(PrinterSettings settings);
}
}