这是正确的做法吗?
try { // do something } catch (Exception) { return false; } finally { if (connection.State == ConnectionState.Open) connection.Close(); }