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