R
Rob Stewart
Does anyone know if there is a way to catch all unhandled
exceptions in a Word 2003 managed code solution?
In most normal Windows apps you have a high level method
that calls all other methods (e.g. main() ), so you can
implement an error handler there that will catch any
exceptions that fall out of lower levels. However a VSTO
Word solution doesn't seem to have this high level wrapper
that is present for the duration the solution (i.e. the
Word doc) is running.
Any ideas?
Rob
robst618 _at^ senet _dot^ com _dot^ au
exceptions in a Word 2003 managed code solution?
In most normal Windows apps you have a high level method
that calls all other methods (e.g. main() ), so you can
implement an error handler there that will catch any
exceptions that fall out of lower levels. However a VSTO
Word solution doesn't seem to have this high level wrapper
that is present for the duration the solution (i.e. the
Word doc) is running.
Any ideas?
Rob
robst618 _at^ senet _dot^ com _dot^ au