This exception is used to indicate that the requested OpenMode is not supported. More...
import "UnsupportedOpenModeException.idl";
 
  
| Public Attributes | |
| short | Mode | 
| contains the OpenMode that is not supported. | |
|  Public Attributes inherited from Exception | |
| 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 used to indicate that the requested OpenMode is not supported.
For example, each OpenCommandArgument supplied as argument of the command "open" contains such an open mode.
| short Mode | 
contains the OpenMode that is not supported.