August 2003
Intermediate to advanced
928 pages
32h 1m
English
InvalidOleVariantTypeException
This exception signals that the marshaler failed in an attempt to marshal a variant to managed code.
public class InvalidOleVariantTypeException : SystemException { // Public Constructors public InvalidOleVariantTypeException( ); public InvalidOleVariantTypeException(stringmessage); public InvalidOleVariantTypeException(stringmessage, Exceptioninner); // Protected Constructors protected InvalidOleVariantTypeException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); }
System.Object
→
System.Exception(System.Runtime.Serialization.ISerializable)
→
System.SystemException
→
InvalidOleVariantTypeException