How can I determine which exceptions can be thrown by a given method?

前端 未结 9 992
感情败类
感情败类 2020-11-30 22:41

My question is really the same as this one \"Finding out what exceptions a method might throw in C#\". However, I would really like to know if anyone knows of a way to deter

9条回答
  •  眼角桃花
    2020-11-30 23:05

    I wrote an add-in for Reflector called ExceptionFinder that handles this. You can get it at:

    http://exfinderreflector.codeplex.com/

    Regards, Jason

提交回复
热议问题