ServiceValidationException クラス

定義

検証チェックが失敗したときに発生するエラーを表します。

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

コンストラクター

ServiceValidationException()

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

ServiceValidationException(String)

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

ServiceValidationException(String, Exception)

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

適用対象