PropertyValueExceptionEventArgs Konstruktor

Definition

Erstellt eine neue Instanz der PropertyValueExceptionEventArgs-Klasse, die Informationen zu einem Fehler enthält, der während der Aktualisierung eines Eigenschaftswerts aufgetreten ist.

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)

Parameter

message
String

Eine Meldung, die angibt, was während der Eigenschaftswertänderung fehlgeschlagen ist.

value
PropertyValue

Die PropertyValue-Instanz, in der die Ausnahme auftritt.

source
PropertyValueExceptionSource

Die Quelle, die diese Ausnahme generiert hat, ein GET- oder SET-Vorgang für den PropertyValue.

exception
Exception

Der Fehler, der während der Eigenschaftswertänderung aufgetreten ist.

Gilt für