KeyBasedTreeEntriesLoadResults.GetKeyBasedTreeEntryErrors(KeyBasedTreeEntryErrorType)
Method
Description:
Gets information about specific KeyBasedTreeEntry objects that could not be included in the KeyBasedTreeEntries object due to errors of a particular type.
Gets information about specific KeyBasedTreeEntry objects that could not be included in the KeyBasedTreeEntries object due to errors of a particular type.
Syntax
Parameters
Parameter | Type | Description |
---|---|---|
type | KeyBasedTreeEntryErrorType | The type of KeyBasedTreeEntryError to be returned. |
Return Value
Type | Description |
---|---|
IList | An array of copies of the KeyBasedTreeEntryErrors contained in this object matching the type specified. |
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |