Skip to content

Drawer throws GetArgumentOutOfRangeException when cursor hovers over it #396

@klarrrr

Description

@klarrrr

If the cursor hovers over an open or closed drawer, as long as it hovers over, it throws an exception from the throwhelper.cs.

This is the exception:

System.ArgumentOutOfRangeException: 'Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')'

This is where it gets thrown:

[DoesNotReturn]
internal static void ThrowArgumentOutOfRange_IndexMustBeLessException()
{
throw GetArgumentOutOfRangeException(ExceptionArgument.index, ExceptionResource.ArgumentOutOfRange_IndexMustBeLess);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions