Fix order of parameters when creating ArgumentException
authorBojan Rajkovic <brajkovic@xamarin.com>
Fri, 10 Apr 2015 14:10:55 +0000 (10:10 -0400)
committerBojan Rajkovic <brajkovic@xamarin.com>
Fri, 10 Apr 2015 14:10:55 +0000 (10:10 -0400)
commit301b66dd99854044c5540d33bdd79818b5f0af3e
treef8aa5b0419f028689cd401ecf484374228823f84
parent4fc75b3e7236d1844d34ec8dbba7c25864037b03
Fix order of parameters when creating ArgumentException

ArgumentOutOfRangeException expects the parameter name first, then the message. ArgumentException is precisely the opposite, and expects the message first, and then the parameter name. They were swapped here.
mcs/class/Mono.Security/Mono.Security.Cryptography/ARC4Managed.cs