exception PluginException in module com::sun::star::plugin::

(Global Index)

Syntax

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

Description

indicates that an error occured in an NPN or NPP function call.

See also

XPlugin

See also

XPluginContext

See also

XPluginManager

Field Summary

ErrorCode contains the original Netscape error code.

Field Details



ErrorCode

Syntax

short ErrorCode;

Description

contains the original Netscape error code.

Top of Page