System.Runtime.InteropServices.InvalidComObjectException
namespace System.Runtime.InteropServices
{
public class InvalidComObjectException : SystemException
{
public InvalidComObjectException();
protected InvalidComObjectException(SerializationInfo info, StreamingContext context);
public InvalidComObjectException(string message);
public InvalidComObjectException(string message, Exception inner);
}
}