March 2002
Intermediate to advanced
864 pages
31h 8m
English
SafeArrayRankMismatchException
This exception signals that a SAFEARRAY’s rank
does not match the rank in the method signature; it might
be thrown when invoking a managed method.
public class SafeArrayRankMismatchException : SystemException { // Public Constructors public method SafeArrayRankMismatchException(); public method SafeArrayRankMismatchException( string message); public method SafeArrayRankMismatchException( string message, Exception inner); // Protected Constructors protected method SafeArrayRankMismatchException( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context); }
System.Object→System.Exception(System.Runtime.Serialization.ISerializable)→System.SystemException→SafeArrayRankMismatchException