You might have figured out ‘Find 10 difference’ column in from your favorite news paper. Here comes it again with finding one difference that affects your code:
try
{
}
catch (Exception)
{
throw;
}
try
{
}
catch (Exception ex)
{
throw ex;
}
No comments:
Post a Comment