public void SaveData
{
try
connectionObj.Open();
int i = command.ExecuteNonQuery()
}
catch(SQLException ex)
//i want to add a custome error message to teh message Property of "ex" and
//i want to throw "ex" object to the caller