次の方法で共有


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>

子要素

要素 Type 説明
DataItemName string エラーの原因となったイベント データ項目の名前。
Errorcode unsignedInt イベント データのレンダリング中に発生したエラーのエラー コード。
EventPayload hexBinary イベント データ全体を含むバイナリ BLOB。

要件

要件
サポートされている最小のクライアント
Windows Vista [デスクトップ アプリのみ]
サポートされている最小のサーバー
Windows Server 2008 [デスクトップ アプリのみ]