March 2002
Intermediate to advanced
864 pages
31h 8m
English
InvalidComObjectException
This exception signals that an invalid COM object has been used.
public class InvalidComObjectException : SystemException { // Public Constructors public method InvalidComObjectException(); public method InvalidComObjectException(string message); public method InvalidComObjectException(string message, Exception inner); // Protected Constructors protected method InvalidComObjectException( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context); }
System.Object→System.Exception(System.Runtime.Serialization.ISerializable)→System.SystemException→InvalidComObjectException