Share via


PropertyValueExceptionEventArgs Constructor

Definición

Crea una nueva instancia de la clase PropertyValueExceptionEventArgs que contiene información sobre un error que se ha producido durante la actualización de un valor de propiedad.

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)

Parámetros

message
String

Mensaje que indica el error producido durante el cambio del valor de propiedad.

value
PropertyValue

La instancia de PropertyValue en la que se produce la excepción.

source
PropertyValueExceptionSource

El origen que generó esta excepción; una operación Set o Get de PropertyValue.

exception
Exception

El error que se produjo durante el cambio del valor de propiedad.

Se aplica a