ErrorObject members
Include protected members
Include inherited members
Represents an error in a Microsoft InfoPath form.
The ErrorObject type exposes the following members.
Properties
Name | Description | |
---|---|---|
ConditionName | Gets the name of the ErrorObject object. (Inherited from Error.) | |
DetailedErrorMessage | Gets or sets the detailed error message of an ErrorObject object. (Inherited from Error.) | |
ErrorCode | Gets or sets the error code of an ErrorObject object. (Inherited from Error.) | |
ErrorType | Gets the type of an ErrorObject object. (Inherited from Error.) | |
Node | Gets the XML Document Object Model (DOM) node of a form's underlying XML document that is associated with an ErrorObject object. (Inherited from Error.) | |
ShortErrorMessage | Gets or sets the short error message of an ErrorObject object. (Inherited from Error.) |
Top