An ArgumentOutOfRange with the message "Year, Month, and Day parameters describe an un-representable DateTime." is thrown when trying to call GetFeature on a polygon whose underlying data has a null value for a date field.
The same scenario is correctly supported by other GIS softwares such as QGIS.
The exception is thrown by "tempObject = new DateTime(year, month, day);" on line 1355 of AttributeTable.cs by using what appears to be all '0' values for the year, month, and day parameters.
The same scenario is correctly supported by other GIS softwares such as QGIS.
The exception is thrown by "tempObject = new DateTime(year, month, day);" on line 1355 of AttributeTable.cs by using what appears to be all '0' values for the year, month, and day parameters.