morelinq / MoreLINQ

Extensions to LINQ to Objects
https://morelinq.github.io/
Apache License 2.0
3.67k stars 412 forks source link

`Pad` should throw `ArgumentOutOfRangeException` for invalid width #1027

Closed atifaziz closed 11 months ago

atifaziz commented 11 months ago

Pad should throw ArgumentException when the width argument is invalid. Is should throw ArgumentOutOfRangeException instead.

This is a compatible change.