my function is expecting a 2D array which will have 5 elements in each dimension. I want to throw an exception if there are fewer, or more than 5 elements in any dimension. Any suggestions on which exception I should throw? the ArgumentException works in general, but I was wondering if there was a better choice... it's just a stupid question