Re: [python-win32] python com server exceptions don't make it to .NET /CLR app

2006-03-30 Thread Mark Hammond
> 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

[python-win32] python com server exceptions don't make it to .NET / CLR app

2006-03-29 Thread martin
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