The code I support came with hundreds of
try
{
... do stuff ...
}
catch (Exception ex)
{
throw ex;
}
I spoke to the original developer, but they are still doing the same thing even now.
The code I support came with hundreds of
try
{
... do stuff ...
}
catch (Exception ex)
{
throw ex;
}
I spoke to the original developer, but they are still doing the same thing even now.