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
|
|
Syntax
long PosixError;
Description
A Posix conforming error code or -1 for unknown errors.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.