views:

14

answers:

0

Hi all,

In asp.net web applications, it is possible to get all the errors by using application_error event in global.asax file and Server.GetLastError() method also.

Is there anything available equivalent to the above in windows application.