Vcl.Printers.EPrinter

提供: RAD Studio API Documentation
移動先: 案内検索

System.SysUtils.ExceptionSystem.TObjectEPrinter

Delphi

EPrinter = class(Exception);

C++

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

プロパティ

種類 可視性 ソース ユニット
class public
Vcl.Printers.pas
Vcl.Printers.hpp
Vcl.Printers Vcl.Printers

説明

EPrinter は,印刷エラーに対して生成される例外クラスです。

EPrinter 例外は,印刷エラーが発生すると生成されます。たとえば,アプリケーションが存在しないプリンタを使用しようとしたり,なんらかの理由でジョブをプリンタに送信できないと,EPrinter 例外が生成されます。

関連項目