exception InvalidProtocolChangeException in module com::sun::star::bridge::

(Global Index)

Syntax

exception InvalidProtocolChangeException : com::sun::star::uno::Exception ;

Description

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

See also

XProtocolProperties

Field 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.

Field Details



invalidProperty

Syntax

com::sun::star::bridge::ProtocolProperty invalidProperty;

Description

The first invalid property.


reason

Syntax

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