CreateAttachmentException クラス

定義

CreateAttachment Web メソッドの呼び出しが失敗したときに発生するエラーを表します。

public ref class CreateAttachmentException sealed : Microsoft::Exchange::WebServices::Data::BatchServiceResponseException<Microsoft::Exchange::WebServices::Data::CreateAttachmentResponse ^>
public sealed class CreateAttachmentException : Microsoft.Exchange.WebServices.Data.BatchServiceResponseException<Microsoft.Exchange.WebServices.Data.CreateAttachmentResponse>
Public NotInheritable Class CreateAttachmentException
Inherits BatchServiceResponseException(Of CreateAttachmentResponse)
継承

プロパティ

ServiceResponses

Web サービスによって返される応答の一覧を取得します。

(継承元 BatchServiceResponseException<TResponse>)

適用対象