Menu

#111 User-friendly interpretation of EXCEPINFO

open
nobody
None
5
2014-08-14
2014-06-05
tbeu
No

Currently a DISP_E_EXCEPTION output looks like that:

com_error: (-2147352567, 'Exception occurred.',
    (0, None, None, None, 0, -2147024894), None)

It would be more user-friendly if the actual EXCEPINFO would be considered, e.g.

com_error 'The system cannot find the file specified.': (-2147352567, 'Exception occurred.',
    (0, None, None, None, 0, -2147024894), None)

Discussion


Log in to post a comment.