UpdateInboxRulesException クラス

定義

UpdateInboxRules 操作を呼び出した結果としてエラーが発生したときにスローされる例外を表します。

public ref class UpdateInboxRulesException sealed : Microsoft::Exchange::WebServices::Data::ServiceRemoteException
public sealed class UpdateInboxRulesException : Microsoft.Exchange.WebServices.Data.ServiceRemoteException
Public NotInheritable Class UpdateInboxRulesException
Inherits ServiceRemoteException
継承
UpdateInboxRulesException

プロパティ

ErrorCode

ルール操作に関連付けられているサービス エラー コードを取得します。

ErrorMessage

ルール操作に関連付けられているサービス エラー メッセージを取得します。

Errors

ルール操作が検証に失敗した理由を詳しく説明するエラーのコレクションを取得します。

ServiceResponse

例外の ServiceResponse を取得します。

適用対象