Occurs on attempt to call not existing OLE method/property. Example: AB=CreateObject("Broker.Application"); AB.Test(); // there is no such method
AB=CreateObject("Broker.Application"); AB.Test(); // there is no such method