#ifndef __com_sun_star_scripting_MethodInvokeException_idl__ #define __com_sun_star_scripting_MethodInvokeException_idl__ #ifndef __com_sun_star_uno_Exception_idl__ #include #endif module com { module sun { module star { module scripting { /** Indicates that there is a problem invoking in the method */ exception MethodInvokeException: com::sun::star::uno::Exception { /** The method that tried to be invoked */ string Method; }; }; }; }; }; #endif