ServiceObjectPropertyException クラス

定義

プロパティに対する操作が失敗したときに発生するエラーを表します。

public ref class ServiceObjectPropertyException : Microsoft::Exchange::WebServices::Data::PropertyException
public class ServiceObjectPropertyException : Microsoft.Exchange.WebServices.Data.PropertyException
Public Class ServiceObjectPropertyException
Inherits PropertyException
継承
ServiceObjectPropertyException

コンストラクター

ServiceObjectPropertyException(PropertyDefinitionBase)

例外の原因となったプロパティ定義を使用して、ServiceObjectPropertyException クラスの新しいインスタンスを初期化します。

ServiceObjectPropertyException(String, PropertyDefinitionBase)

例外の原因となったプロパティ定義とエラー メッセージ テキストを使用して、ServiceObjectPropertyException クラスの新しいインスタンスを初期化します。

ServiceObjectPropertyException(String, PropertyDefinitionBase, Exception)

例外の原因となったプロパティ定義、内部例外、およびエラー メッセージ テキストを使用して、ServiceObjectPropertyException クラスの新しいインスタンスを初期化します。

プロパティ

Name

例外の原因となったプロパティの名前を取得します。

(継承元 PropertyException)
PropertyDefinition

例外の原因となったプロパティの定義を取得します。

適用対象