There is paradox in the exception description: Nullable object must have a value (?!)
This is the problem:
I have a DateTimeExtended class, tha
DateTimeExtended
Looks like oldDTE.MyDateTime was null, so constructor tried to take it's Value - which threw.