PropertyValueExceptionEventArgs(String, PropertyValue, PropertyValueExceptionSource, Exception) Construtor

Definição

Cria uma nova instância da classe PropertyValueExceptionEventArgs que contém informações sobre um erro que ocorreu durante a atualização de um valor da propriedade.Creates a new instance of the PropertyValueExceptionEventArgs class that contains information about an error that has occurred during the updating of a property value.

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

Uma mensagem que indica o que falhou durante a alteração do valor da propriedade.A message that indicates what failed during the property value change.

value
PropertyValue

A instância de PropertyValue na qual a exceção está ocorrendo.The PropertyValue instance in which the exception is occurring.

source
PropertyValueExceptionSource

A origem que gerou essa exceção – uma operação get ou set de PropertyValue.The source that generated this exception - a PropertyValue get or set operation.

exception
Exception

O erro que ocorreu durante a alteração do valor da propriedade.The error that occurred during the property value change.

Aplica-se a