exception BadPartnershipException in module com::sun::star::sync2::

(Global Index)

Syntax

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

Description

indicates that a partnership does not exist, or that there are problems accessing the partnership state.

Field Summary

Partnership contains the name of the partnership, or is left empty if this is unknown.

Field Details



Partnership

Syntax

string Partnership;

Description

contains the name of the partnership, or is left empty if this is unknown.

Top of Page