> err = pythoncom.com_error(errorcode, desc, ierrorinfo, None)
Try win32com.server.exception.COMException - the framework sees that
exception as something that should be raised to the caller (whereas a normal
pythoncom.com_exception is assumed to have been generated by a COM object
*used* by t
Hi,
Has anyone seen exceptions raised from their python com server code get across
to a .NET application (C# especially) with its *args somewhere in the C#
COMException (probably the Exception.InnerException)?
Couple of specific questions below, but the general gist is that the following
code