Fix parameter name in exception.
This commit is contained in:
parent
5be01ee65b
commit
4deea8c231
@ -737,7 +737,7 @@ namespace Google.Protobuf.Collections
|
||||
{
|
||||
if (index < 0)
|
||||
{
|
||||
throw new ArgumentOutOfRangeException("arrayIndex");
|
||||
throw new ArgumentOutOfRangeException("index");
|
||||
}
|
||||
if (index + Count >= array.Length)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user