PreviousNext

throw vs. throw(ex) best practice and difference - c#

by bill-s, 2013-10-19T17:12:39.000Z

Recently I was looking into someone’s code found that they are using the throw(ex) to log exception so I told that person that why you are not using only throw he said there is no difference.. Wait this is not true there is a difference. So, this post is all about throw Vs. throw(ex) best practice and what is difference.

Read More