LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
InvalidProtocolChangeException Exception Referencepublished

Indicates, that a requested property change could not be executed by the remote counterpart. More...

import"InvalidProtocolChangeException.idl";

Inheritance diagram for InvalidProtocolChangeException:
Exception

Public Attributes

ProtocolProperty invalidProperty
 The first invalid property. More...
 
long reason
 Contains 1, if the property name is unknown to the thrower; or contains 2, if the property's value can't be accepted by the thrower. 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...
 

Detailed Description

Indicates, that a requested property change could not be executed by the remote counterpart.

See also
XProtocolProperties

Member Data Documentation

◆ invalidProperty

ProtocolProperty invalidProperty

The first invalid property.

◆ reason

long reason

Contains 1, if the property name is unknown to the thrower; or contains 2, if the property's value can't be accepted by the thrower.


The documentation for this exception was generated from the following file: