The intellsiense in my vs开发者_Python百科 2008 does not show the exceptions that might be drawn when im using a function. writing in C# 3.5.
If you're asking for exceptions that could be thrown by your code, I don't believe Visual Studio does this natively. There are, however, products that do show you potential exceptions, like Red-Gate's Exception Hunter. They have a free 15-day trial so you can see if it's what you're looking for.
精彩评论