XmlForm.Errors Property
Gets a reference to the FormErrorCollection that is associated with a form.
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in microsoft.office.infopath.dll)
Assembly: Microsoft.Office.InfoPath (in microsoft.office.infopath.dll)
The FormErrorCollection collection is associated with a form's underlying XML document so that when an error occurs a FormError object that contains information about the error will be added to the collection. After you set a reference to the FormErrorCollection collection, you can access all of its properties and methods for managing the errors that occur within an InfoPath form.
This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.
This type or member can be accessed from code running in forms opened in Microsoft Office InfoPath 2007 or in a Web browser.