Thrown when the business object type is not supported by the
business object array.
Example
// Set the business object at the index
long index = 1;
IBusinessObject aBusObj = accessSession.IcreateBusinessObject(
"PayableNetChange");
exampleBusObjArray.IsetBusinessObjectAtIndex(index, aBusObj);