August 2003
Intermediate to advanced
928 pages
32h 1m
English
SafeArrayTypeMismatchException
This exception signals
that a
SAFEARRAY’s type does not match
the type in the method signature; it might be thrown when invoking a
managed method.
public class SafeArrayTypeMismatchException : SystemException { // Public Constructors public SafeArrayTypeMismatchException( ); public SafeArrayTypeMismatchException(stringmessage); public SafeArrayTypeMismatchException(stringmessage, Exceptioninner); // Protected Constructors protected SafeArrayTypeMismatchException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); }
System.Object
→
System.Exception(System.Runtime.Serialization.ISerializable)
→
System.SystemException
→
SafeArrayTypeMismatchException