Aracılığıyla paylaş


PropertyValueExceptionEventArgs Oluşturucu

Tanım

Bir özellik değerinin güncelleştirilsi sırasında meydana gelen bir hata hakkında PropertyValueExceptionEventArgs bilgi içeren sınıfının yeni bir örneğini oluşturur.

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)

Parametreler

message
String

Özellik değeri değişikliği sırasında neyin başarısız olduğunu belirten bir ileti.

value
PropertyValue

PropertyValueÖzel durumun oluştuğu örnek.

source
PropertyValueExceptionSource

Bu özel durumu oluşturan kaynak - bir PropertyValue get veya set işlemi.

exception
Exception

Özellik değeri değişirken meydana gelen hata.

Şunlara uygulanır