:: com :: sun :: star :: bridge ::

exception InvalidProtocolChangeException
Base Hierarchy
InvalidProtocolChangeException
 ┗ ::com::sun::star::uno::Exception
Description
Indicates, that a requested property change could not be executed by the remote counterpart.
See also
XProtocolProperties

Elements' Summary
invalidProperty The first invalid property.  
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.  
Elements' Details
invalidProperty
ProtocolProperty invalidProperty;
Description
The first invalid property.
reason
long reason;
Description
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.
Top of Page