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

exception BasicErrorException
Base Hierarchy
BasicErrorException
 ┗ ::com::sun::star::uno::Exception
Description
is thrown in order to transport an error to Basic.
Since
OOo 2.0

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