SafeArrayTypeMismatchException | serializable |
System.Runtime.InteropServices (mscorlib.dll) | class |
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(string message);
public SafeArrayTypeMismatchException(string message, Exception inner);
// Protected Constructors
protected SafeArrayTypeMismatchException(System.Runtime.Serialization.SerializationInfo info,
System.Runtime.Serialization.StreamingContext context);
}
Hierarchy
System.Object
System.Exception(System.Runtime.Serialization.ISerializable)
System.SystemException
SafeArrayTypeMismatchException
|