SyntaxFix
Write A Post
Hire A Developer
Questions
It's better to use throw instead of throw ex.
throw
throw ex
throw ex reset the original stack trace and can't be found the previous stack trace.
If we use throw, we will get a full stack trace.