Application.OnException type event?

C

Chris Morris

I've been looking over the Add-In docs, hoping I could find some choke
point for a global error handler, for anything that spilled up through
the underlying add-in code, but no luck so far.

I've got a .NET PowerPoint Add-In, and everything is working fine, but
any exception that is not explicitly caught goes silently unreported.

In Delphi and WFC, there are events on Application that allow a
last-chance global handler -- is there anything like that for Add-In
development?
 
Top