LibreOffice
LibreOffice 24.2 SDK API Reference
|
This exception is thrown to indicate that a type conversion can not be performed. More...
import"CannotConvertException.idl";
Public Attributes | |
com::sun::star::uno::TypeClass | DestinationTypeClass |
This member contains the class of the type to which the value should be converted. More... | |
long | Reason |
This member contains the reason that the conversion failed. More... | |
long | ArgumentIndex |
If the conversion of a method argument fails, this is the index of the value in the "IN" argument list. More... | |
Public Attributes inherited from Exception | |
string | Message |
gives a detailed description of the reason, why the exception was thrown. More... | |
com::sun::star::uno::XInterface | Context |
should contain a reference to the original, which raised the exception. More... | |
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.