DeleteAttachmentException クラス

定義

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

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

プロパティ

ServiceResponses

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

(継承元 BatchServiceResponseException<TResponse>)

適用対象