EnumerableError.tooMany constructor

EnumerableError.tooMany()

Implementation

EnumerableError.tooMany()
    : this(
          'There are more elements in the enumerable than are allowed by the operation');