August 2003
Intermediate to advanced
928 pages
32h 1m
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 RankException( ); public RankException(stringmessage); public RankException(stringmessage, ExceptioninnerException); // Protected Constructors protected RankException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization. StreamingContextcontext); }
Object
→
Exception(System.Runtime.Serialization.ISerializable)
→
SystemException
→
RankException