try
            {
                hbb.FillDate = DateTime.Parse(MidReportDate.Text);
            }
            catch
            {
                hbb.FillDate = null;
            }
try catch什么意思