LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
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.
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.
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.

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: