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

(Global Index)

Syntax

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

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