19#ifndef __com_sun_star_script_CannotConvertException_idl__
20#define __com_sun_star_script_CannotConvertException_idl__
28 module
com { module sun { module star { module script {
This exception is thrown to indicate that a type conversion can not be performed.
Definition CannotConvertException.idl:34
long Reason
This member contains the reason that the conversion failed.
Definition CannotConvertException.idl:43
com::sun::star::uno::TypeClass DestinationTypeClass
This member contains the class of the type to which the value should be converted.
Definition CannotConvertException.idl:38
long ArgumentIndex
If the conversion of a method argument fails, this is the index of the value in the "IN" argument lis...
Definition CannotConvertException.idl:48
the base of all UNO exceptions
Definition Exception.idl:33
TypeClass
This enum describes all type classes of UNO.
Definition TypeClass.idl:37
Definition Ambiguous.idl:22