QCRestException Schema
ExceptionProperties Element
QCRestException Schema > ExceptionType Complex Type : ExceptionProperties Element

Glossary Item Box

Description

The properties collection.
Namespace (none)

Diagram

BulkOperationResponse Element Sequence Value Element Sequence ExceptionProperty Element Sequence ExceptionProperties Element

Overview

ExceptionProperties optional
The properties collection.
Sequence
Name optional xs:string
The property name.
Value optional xs:string
The property value.
Sequence
Sequence
Sequence
BulkEntries 0..∞
Sequence
Succeeded optional xs:boolean
EntityId optional xs:int
EntityType optional xs:string
Choice

Source

<xs:element name="ExceptionProperties" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
                        The properties collection.
                    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="ExceptionProperty" type="ExceptionPropertyType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also