the base of all UNO exceptions More...
import "Exception.idl";
 
  
| Public Attributes | |
| 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. | |
the base of all UNO exceptions
All exceptions defined in UNO idl should derive from this exception.
| com::sun::star::uno::XInterface Context | 
should contain a reference to the original, which raised the exception.
May be NULL.
| string Message | 
gives a detailed description of the reason, why the exception was thrown.
The description should be as detailed as possible.