Skip to content

BUG: some argument exceptions puts message where parameter name should be #187

@idg10

Description

@idg10

Various places where we throw ArgumentOutOfRangeException, we pass a single argument containing a message. That's wrong: the single-argument forms require a parameter name. We should be passing the parameter name and a message.

Note that implementing #186 will report these kinds of problems for us, so we should probably address both at once.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions