exception SystemShellExecuteException in module com::sun::star::system::

(Global Index)

Syntax

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

Description

May be thrown in cases of errors executing a command using the SystemShellExecute service. 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.

Field Summary

PosixError A Posix conforming error code or -1 for unknown errors.

Field Details



PosixError

Syntax

long PosixError;

Description

A Posix conforming error code or -1 for unknown errors.

Top of Page