The exception information for the DateTime.Subtract(DateTime) method incorrectly refers to the result of the operation being a DateTime. It seems to have been copied/pasted from the overloaded DateTime.Subtract(TimeSpan):
Exceptions
ArgumentOutOfRangeException
The result is less than DateTime.MinValue or greater than DateTime.MaxValue.
The exception information for the
DateTime.Subtract(DateTime)method incorrectly refers to the result of the operation being aDateTime. It seems to have been copied/pasted from the overloadedDateTime.Subtract(TimeSpan):