Represents the exception that is thrown when an array with the wrong number of dimensions is passed to a method.
Object
Exception
SystemException
RankException
[Visual Basic] Public Class RankException Inherits SystemException [C#] public class RankException : SystemException [C++] public __gc class RankException : public SystemException [JScript] public class RankException extends SystemException
The RankException is the exception class that is thrown when methods are passed arrays with the wrong numer od dimensions.
Namespace: System
Assembly: mscorlib.dll