PropertyValueExceptionEventArgs Oluşturucu

Tanım

Bir özellik değerinin PropertyValueExceptionEventArgs güncelleştirilmesi sırasında oluşan bir hata hakkında 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

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

source
PropertyValueExceptionSource

Bu özel durumu oluşturan kaynak - alma PropertyValue veya ayarlama işlemi.

exception
Exception

Özellik değeri değişikliği sırasında oluşan hata.

Şunlara uygulanır