VSTO error handling
Windows Forms
1
Posts
1
Posters
4
Views
1
Watching
-
Hi everybody, I'm working on an Excel application with VSTO but I'm rather used to work with ASP.NET. So I would like to know if in Winforms there is an equivalent to the "application_error" function from the global.asax file (in web application) or if I have to realize one by myself ? Of course the aim is to have an error manager that would catch all thrown exceptions. Thanks