:: com :: sun :: star :: task ::

exception ErrorCodeRequest
Base Hierarchy
ErrorCodeRequest
 ┗ ::com::sun::star::uno::Exception
Description
represents a general error exception. It can be used to transport the error code information. E.g. that can be usefull for interactions.
Since
OOo 1.1.2

Elements' Summary
ErrCode specifies the error code.  
Elements' Details
ErrCode
long ErrCode;
Description
specifies the error code.
Top of Page