System.Object
TraversalError
Client Declaration
public class TraversalError
Represents the description of an error that has occurred while traversing through an object collection.
Elements
ErrorStackType
ErrorStack
:
[response] Required element specifying the error stack.
<xsd:complexType name="TraversalError">
<xsd:complexContent>
<xsd:extension base="CollectionTerminatorType">
<xsd:sequence>
<xsd:element ref="ErrorStack"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>