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>
子要素
要件
要件 |
値 |
サポートされている最小のクライアント
|
Windows Vista [デスクトップ アプリのみ]
|
サポートされている最小のサーバー
|
Windows Server 2008 [デスクトップ アプリのみ]
|