Saturday, September 3, 2022

What is difference between Throw and Throw Ex.

The main difference between throw and throw ex in C# is that the throw provides information about from where the exception was thrown and also about the actual exception while the throw ex provides information only about from where the exception was thrown.




Example:

Throw Ex.




Throw :                                                                                                                                     
                                                                                                                                    








No comments:

Post a Comment