LibreOffice
LibreOffice 24.2 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. More... | |
Public Attributes inherited from Exception | |
string | Message |
gives a detailed description of the reason, why the exception was thrown. More... | |
com::sun::star::uno::XInterface | Context |
should contain a reference to the original, which raised the exception. More... | |
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.