ServerBusyException クラス

定義

サービス応答で見つかったサーバービジー例外を表します。 クラスはServerBusyException、Exchange Onlineを対象とするクライアントと、Exchange Server 2013 以降のバージョンの Exchange に適用されます。

public ref class ServerBusyException : Microsoft::Exchange::WebServices::Data::ServiceResponseException
public class ServerBusyException : Microsoft.Exchange.WebServices.Data.ServiceResponseException
Public Class ServerBusyException
Inherits ServiceResponseException
継承

コンストラクター

ServerBusyException(ServiceResponse)

クラスの新しいインスタンスを ServerBusyException 初期化します。 コンストラクターはServerBusyException(ServiceResponse)、Exchange Onlineをターゲットとするクライアントと、Exchange Server 2013 以降のバージョンの Exchange に適用できます。

プロパティ

BackOffMilliseconds

要求を再試行するまでに待機する推奨されるミリ秒数を取得します。 0 の場合、バックオフ時間は推奨されません。 プロパティはBackOffMilliseconds、Exchange Onlineおよび 2013 以降のバージョンの Exchange を対象とするクライアントExchange Server適用されます。

ErrorCode

サービス エラー コードを取得します。

(継承元 ServiceResponseException)
Message

現在の例外を説明するメッセージを受け取ります。

(継承元 ServiceResponseException)
Response

例外の ServiceResponse を取得します。

(継承元 ServiceResponseException)

適用対象