PropertyValueExceptionEventArgs コンストラクター

定義

プロパティ値の更新時に発生したエラーについての情報を含む PropertyValueExceptionEventArgs クラスの新しいインスタンスを作成します。

public:
 PropertyValueExceptionEventArgs(System::String ^ message, System::Activities::Presentation::PropertyEditing::PropertyValue ^ value, System::Activities::Presentation::PropertyEditing::PropertyValueExceptionSource source, Exception ^ exception);
public PropertyValueExceptionEventArgs (string message, System.Activities.Presentation.PropertyEditing.PropertyValue value, System.Activities.Presentation.PropertyEditing.PropertyValueExceptionSource source, Exception exception);
new System.Activities.Presentation.PropertyEditing.PropertyValueExceptionEventArgs : string * System.Activities.Presentation.PropertyEditing.PropertyValue * System.Activities.Presentation.PropertyEditing.PropertyValueExceptionSource * Exception -> System.Activities.Presentation.PropertyEditing.PropertyValueExceptionEventArgs
Public Sub New (message As String, value As PropertyValue, source As PropertyValueExceptionSource, exception As Exception)

パラメーター

message
String

プロパティ値変更時のエラー内容を示すメッセージ。

value
PropertyValue

例外が発生している PropertyValue インスタンス。

source
PropertyValueExceptionSource

この例外を生成したソース (PropertyValue の取得操作または設定操作)。

exception
Exception

プロパティ値変更時に発生したエラー。

適用対象