exception ScannerException in module com::sun::star::scanner::

(Global Index)

Syntax

exception ScannerException : com::sun::star::uno::Exception ;

Description

A ScannerException gets thrown if an object of type XScannerManager could not complete a specific action.

Field Summary

Error Error: contains the specific reason for failure

Field Details



Error

Syntax

com::sun::star::scanner::ScanError Error;

Description

Error: contains the specific reason for failure

Top of Page