LibreOffice
LibreOffice 24.8 SDK API Reference
|
May be thrown in cases of errors executing a command using the SystemShellExecute service. More...
import <SystemShellExecuteException.idl;
Public Attributes | |
long | PosixError |
A POSIX conforming error code or -1 for unknown errors. | |
![]() | |
string | Message |
gives a detailed description of the reason, why the exception was thrown. | |
com::sun::star::uno::XInterface | Context |
should contain a reference to the original, which raised the exception. | |
May be thrown in cases of errors executing a command using the SystemShellExecute service.
com::sun::star::uno::Exception::Message may contain a system error message, but it is not mandatory. The member PosixError specifies a POSIX conforming error code or -1 for unknown errors.
long PosixError |
A POSIX conforming error code or -1 for unknown errors.