Click here to Skip to main content
Licence CPOL
First Posted 6 Jan 2011
Views 4,384
Bookmarked 4 times

Exception Occurred ? – Get Troubleshooting tips from your favorite blogs

By | 6 Jan 2011 | Technical Blog
(untagged)
In this blog post, I am going to share a quite interesting tips, where you can customize the “Exception Assistant” in visual studio. As an example, I have shown how we can set some favorite blogs urls in troubleshooting tips section. Well, Let’s start with bit background to get an clear idea. We all
A Technical Blog article. View original blog here.[^]

In this blog post, I am going to share a quite interesting tips, where you can customize the “Exception Assistant” in visual studio. As an example, I have shown how we can set some favorite blogs urls in troubleshooting tips section.

image

Well, Let’s start with bit background to get an clear idea. We all knows that Visual Studio have very smart exception handler that helps us to provides many  information to troubleshoots. Whenever an exception raised in Visual Studio, a dialog window appears which called as “Exception Assistant”. This dialog displays what type of exception it is, what are the different Action you can take and also troubleshoot tips.

image

 

By default “Exception Assistant” is enabled, If you can configure it by navigating “Tools > Options >  Debugging > Enable the Exception Assistant” .

 

image

If it’s disabled, on raised of any exception, you will get below exception message window for every exception.

image

To know more about Exception Assistant, please read this blog post The Exception Assistant .

Now, come back to actual topic of discussion, How we can customize the things that are seeing in "Exception Assistant” window.  Yes, all the information that are displayed in exception assistant actually fetched from  an XML (DefaultContent.XML ) file which stored at C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ExceptionAssistantContent\1033”

If you open that XML File, in any editor, you will see content are very simple. You have to provide the Exception Type and Tips details.

image

As you can see, Exception types are given as “*” which means, this Tips will show for any kind of exception.  But, if you want to get some information link based on the Exception Type, you to specify the exception type.

image

When it is very much useful ?

This will be very much useful when you are creating any custom exception class and you want to provide your custom information.

image

 

Summary : In this post, I have explained how we can customize the Exception Assistant window and how we can set custom help url for custom exception class.

Hope this will help !

Thanks !

AJ 


Filed under: Tips and Tricks, Visual Studio

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Abhijit Jana

Software Developer (Senior)

India India

Member

Follow on Twitter Follow on Twitter
.NET Consultant | Former Microsoft MVP - ASP.NET | CodeProject MVP, Mentor, Insiders| Technology Evangelist | Author | Speaker | Geek | Blogger | Husband
 
Blog : http://abhijitjana.net
Web Site : http://dailydotnettips.com
Twitter@AbhijitJana

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
GeneralMy vote of 5 PinmemberCodeRichardWong14:17 23 Jan '11  
GeneralGood stuff.. Pinmembermkgoud19:08 6 Jan '11  
GeneralMy vote of 5 PinmembermaB_J19:05 6 Jan '11  
GeneralMy vote of 5 Pinmemberprasad0219:04 6 Jan '11  
GeneralMy 5 for your work. PinmemberKasson18:49 6 Jan '11  
GeneralMy vote of 5 PinmvpSandeep Mewara18:44 6 Jan '11  
GeneralMy vote of 5 PinmemberAnkur\m/18:42 6 Jan '11  
GeneralMy vote of 5 PinmemberPranay Rana18:25 6 Jan '11  
GeneralMy vote of 5 PinmvpKunal_Chowdhury16:52 6 Jan '11  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web04 | 2.5.120517.1 | Last Updated 6 Jan 2011
Article Copyright 2011 by Abhijit Jana
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid