AddToRecordError class: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (tags and links)
Line 1: Line 1:
<!-- AddToRecordError class -->
<!-- AddToRecordError class -->


An <var>AddToRecordError</var> exception can be thrown by the <var>[[AddToRecord (XmlDoc subroutine)|AddToRecord]]</var> subroutine in the <var>XmlDoc</var> class.  It indicates that not all of the fields and/or fieldgroups from the object XmlDoc were successfully added to the current record.  The various read-only properties of an <var>AddToRecordError</var> object (which can be set by the <var>[[Catch]]</var> statement) provide information about the failed operation.
An <var>AddToRecordError</var> exception can be thrown by the <var>[[AddToRecord (XmlDoc subroutine)|AddToRecord]]</var> subroutine in the <var>[[XmlDoc_API#The_XmlDoc_class|XmlDoc]]</var> class.  It indicates that not all of the fields and/or fieldgroups from the object <var>XmlDoc</var> were successfully added to the current record.  The various read-only properties of an <var>AddToRecordError</var> object (which can be set by the <var>[[Catch]]</var> statement) provide information about the failed operation.


The methods in this class are listed at "[[List of AddToRecordError methods]]".
The methods in this class are listed at "[[List of AddToRecordError methods]]".

Revision as of 04:39, 10 April 2011


An AddToRecordError exception can be thrown by the AddToRecord subroutine in the XmlDoc class. It indicates that not all of the fields and/or fieldgroups from the object XmlDoc were successfully added to the current record. The various read-only properties of an AddToRecordError object (which can be set by the Catch statement) provide information about the failed operation.

The methods in this class are listed at "List of AddToRecordError methods".

This class is new in version 7.8 of the Sirius Mods.