共用方式為


ProcessingErrorDataType 複雜類型

定義在呈現事件事件資料時發生的錯誤。 如果事件資料不符合資訊清單中的事件資料範本定義,就會發生這種情況。

<xs:complexType name="ProcessingErrorDataType">
    <xs:sequence>
        <xs:element name="ErrorCode"
            type="unsignedInt"
         />
        <xs:element name="DataItemName"
            type="string"
         />
        <xs:element name="EventPayload"
            type="hexBinary"
         />
        <xs:any
            processContents="lax"
            minOccurs="0"
            maxOccurs="unbounded"
            namespace="##other"
         />
    </xs:sequence>
    <xs:anyAttribute
        processContents="lax"
        namespace="##other"
     />
</xs:complexType>

子元素

元素 類型 Description
DataItemName string 造成錯誤的事件資料項目名稱。
ErrorCode unsignedInt 轉譯事件資料時發生的錯誤碼。
EventPayload hexBinary 包含整個事件資料的二進位 Blob。

規格需求

需求
最低支援的用戶端
Windows Vista [僅限傳統型應用程式]
最低支援的伺服器
Windows Server 2008 [僅限傳統型應用程式]