ServiceVersionException クラス

定義

サービス バージョンの不一致が原因で要求を処理できない場合に発生するエラーを表します。

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

コンストラクター

ServiceVersionException()

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

ServiceVersionException(String)

ServiceVersionException クラスの新しいインスタンスをエラー メッセージで初期化します。

ServiceVersionException(String, Exception)

エラー メッセージと内部例外を使用して、ServiceVersionException クラスの新しいインスタンスを初期化します。

適用対象