LibreOffice
LibreOffice 24.2 SDK API Reference
|
This exception is thrown to indicate that a type conversion can not be performed. More...
Public Attributes | |
com::sun::star::uno::TypeClass | DestinationTypeClass |
This member contains the class of the type to which the value should be converted. | |
long | Reason |
This member contains the reason that the conversion failed. | |
long | ArgumentIndex |
If the conversion of a method argument fails, this is the index of the value in the "IN" argument list. | |
![]() | |
string | Message |
gives a detailed description of the reason, why the exception was thrown. | |
com::sun::star::uno::XInterface | Context |
should contain a reference to the original, which raised the exception. | |
This exception is thrown to indicate that a type conversion can not be performed.
long ArgumentIndex |
If the conversion of a method argument fails, this is the index of the value in the "IN" argument list.
[optional]
com::sun::star::uno::TypeClass DestinationTypeClass |
This member contains the class of the type to which the value should be converted.
long Reason |
This member contains the reason that the conversion failed.
Have a look at FailReason.