try
{
//statements
}
catch (ConstraintException cex)
{
throw;
}
catch (Exception ex)
{
throw;
}
/*
* order matters
*/
No comments:
Post a Comment