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

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

適用対象