PropertyValueExceptionEventArgs Costruttore

Definizione

Crea una nuova istanza della PropertyValueExceptionEventArgs classe che contiene informazioni su un errore che si è verificato durante l'aggiornamento di un valore di proprietà.

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)

Parametri

message
String

Messaggio che indica l'errore durante la modifica del valore della proprietà.

value
PropertyValue

PropertyValue Istanza in cui si verifica l'eccezione.

source
PropertyValueExceptionSource

Origine che ha generato questa eccezione: operazione PropertyValue get o set.

exception
Exception

Errore che si è verificato durante la modifica del valore della proprietà.

Si applica a