March 2002
Intermediate to advanced
864 pages
31h 8m
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 method InvalidOleVariantTypeException(); public method InvalidOleVariantTypeException( string message); public method InvalidOleVariantTypeException( string message, Exception inner); // Protected Constructors protected method InvalidOleVariantTypeException( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context); }
System.Object→System.Exception(System.Runtime.Serialization.ISerializable)→System.SystemException→InvalidOleVariantTypeException