:: com :: sun :: star :: script ::

exception BasicErrorException
Base Hierarchy
BasicErrorException
 ┗ ::com::sun::star::uno::Exception

Elements' Summary
ErrorCode The error code.  
ErrorMessageArgument Specifies the argument which is used in the localized error message for the placeholder.  
Elements' Details
ErrorCode
long ErrorCode;
Description
The error code.
ErrorMessageArgument
string ErrorMessageArgument;
Description
Specifies the argument which is used in the localized error message for the placeholder.
Top of Page