Actually it is not possible to find out the error with this little code you have posted but my assumption is you should change this line
prop.SetValue(objHoliday, dt.Rows[row][dc.ColumnName], null);
to
prop.SetValue(objHoliday, dt.Rows[row][dc.ColumnName].ToString(), null);