AutodiscoverLocalException クラス

定義

自動検出サービスに接続できなかった場合にスローされる例外を表します。

public ref class AutodiscoverLocalException : Microsoft::Exchange::WebServices::Data::ServiceLocalException
public class AutodiscoverLocalException : Microsoft.Exchange.WebServices.Data.ServiceLocalException
Public Class AutodiscoverLocalException
Inherits ServiceLocalException
継承
AutodiscoverLocalException

コンストラクター

AutodiscoverLocalException()

AutodiscoverLocalException クラスの新しいインスタンスを初期化します。

AutodiscoverLocalException(String)

指定されたメッセージにメッセージ文字列を設定して、AutodiscoverLocalException クラスの新しいインスタンスを初期化します。

AutodiscoverLocalException(String, Exception)

この例外の原因である内部例外への参照を使用して、AutodiscoverLocalException クラスの新しいインスタンスを初期化します。

適用対象