ServiceObjectPropertyException コンストラクター

定義

オーバーロード

ServiceObjectPropertyException(PropertyDefinitionBase)

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

ServiceObjectPropertyException(String, PropertyDefinitionBase)

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

ServiceObjectPropertyException(String, PropertyDefinitionBase, Exception)

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

ServiceObjectPropertyException(PropertyDefinitionBase)

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

public:
 ServiceObjectPropertyException(Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^ propertyDefinition);
public ServiceObjectPropertyException (Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase propertyDefinition);
Public Sub New (propertyDefinition As PropertyDefinitionBase)

パラメーター

propertyDefinition
PropertyDefinitionBase

例外の発生元にあるプロパティの定義。

適用対象

ServiceObjectPropertyException(String, PropertyDefinitionBase)

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

public:
 ServiceObjectPropertyException(System::String ^ message, Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^ propertyDefinition);
public ServiceObjectPropertyException (string message, Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase propertyDefinition);
Public Sub New (message As String, propertyDefinition As PropertyDefinitionBase)

パラメーター

message
String

エラー メッセージ のテキスト。

propertyDefinition
PropertyDefinitionBase

例外の発生元にあるプロパティの定義。

適用対象

ServiceObjectPropertyException(String, PropertyDefinitionBase, Exception)

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

public:
 ServiceObjectPropertyException(System::String ^ message, Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^ propertyDefinition, Exception ^ innerException);
public ServiceObjectPropertyException (string message, Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase propertyDefinition, Exception innerException);
Public Sub New (message As String, propertyDefinition As PropertyDefinitionBase, innerException As Exception)

パラメーター

message
String

エラー メッセージ のテキスト。

propertyDefinition
PropertyDefinitionBase

例外の発生元にあるプロパティの定義。

innerException
Exception

内部例外。

適用対象