TraversalError Element

System.Object

CollectionTerminatorType

TraversalError

 

Client Declaration

Represents the description of an error that has occurred while traversing through an object collection.

 

Element Structure

Elements

 

XML Schema

<xsd:complexType name="TraversalError">
<xsd:complexContent>
<xsd:extension base="CollectionTerminatorType">
<xsd:sequence>
<xsd:element ref="ErrorStack"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>