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

exception InvalidProtocolChangeException
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-InvalidProtocolChangeException
Description
Indicates, that a requested property change could not be executed by the remote counterpart.
See also
::com::sun::star::bridge::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
::com::sun::star::bridge::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