Vcl.Printers.EPrinter

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEPrinter

Delphi

EPrinter = class(Exception);

C++

class PASCALIMPLEMENTATION EPrinter : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
Vcl.Printers.pas
Vcl.Printers.hpp
Vcl.Printers Vcl.Printers

Description

The exception class for printing errors.

The EPrinter exception is raised when a printing error occurs. For example, if an application attempts to use a printer that does not exist, or if a job cannot be sent to the printer for some other reason, the EPrinter exception is raised.

See Also