August 2003
Intermediate to advanced
928 pages
32h 1m
English
InvalidComObjectException
This exception signals that an invalid COM object has been used.
public class InvalidComObjectException : SystemException { // Public Constructors public InvalidComObjectException( ); public InvalidComObjectException(stringmessage); public InvalidComObjectException(stringmessage, Exceptioninner); // Protected Constructors protected InvalidComObjectException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); }
System.Object
→
System.Exception(System.Runtime.Serialization.ISerializable)
→
System.SystemException
→
InvalidComObjectException