Have you ever wonder what’s difference between “throw ex” and “throw’? I used to do “throw ex” from inside catch block rather than “throw”. But it’s really need to know the different between those two. Let’s create a sample web…
The post Difference between “throw” and “throw ex” appeared first on Broken Code.