Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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