AddToRecordError class: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
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.
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 summarized in "[[List of AddToRecordError methods]]".


This class is new in version 7.8 of the <var class="product">Sirius Mods</var>.
This class is new in version 7.8 of the <var class="product">Sirius Mods</var>.
[[Category:System exception classes]]
[[Category:System exception classes]]

Revision as of 16:41, 5 May 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 summarized in "List of AddToRecordError methods".

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