0 Replies - 1113 Views - Last Post: 03 June 2012 - 04:03 AM Rate Topic: -----

#1 Feksoft  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 8
  • Joined: 05-October 11

Application-level exception handler implementation

Posted 03 June 2012 - 04:03 AM

Hi everyone there !

I am new to WPF + VB.NET and I am fixing the main parts of my coming applications by design.
One feature I am working on is exception handling.
The main idea to implement it is :
1 - Don't implement exception handling when not required.
2 - When required : implement specific exception handling according to the context.
3 - Let an application-level exception handler deal with unhandled exception in order to log such exception and to avoid abnormal application shutdown.

I have been struggling for days to implement the application-level exception handler without success.

I decide to search the Web. What I find is mainly for ASP.NET and Windows forms. I am using VB.NET + WPF technologies in Visual studio 2010.

Is there any one who can help me with some guide lines to implement application-level exception handler in VN.NET + WPF environment ?

Any help is welcomme. Code samples will be highly appreciated.

Thanks in advance.

FekSoft

Is This A Good Question/Topic? 0
  • +

Page 1 of 1