March 2002
Intermediate to advanced
864 pages
31h 8m
English
RankException
This exception signals an attempt to send an array of the wrong
rank to a method. For example, this exception is thrown
when you pass a multidimensional
array to Array.Sort() or
Array.Reverse().
public class RankException : SystemException { // Public Constructors public method RankException(); public method RankException(string message); public method RankException(string message, Exception innerException); // Protected Constructors protected method RankException( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context); }
Object→Exception(System.Runtime.Serialization.ISerializable)→SystemException→RankException