There is paradox in the exception description: Nullable object must have a value (?!)
This is the problem:
I have a DateTimeExtended class, tha
DateTimeExtended
Try dropping the .value
.value
DateTimeExtended(DateTimeExtended myNewDT) { this.MyDateTime = myNewDT.MyDateTime; this.otherdata = myNewDT.otherdata; }