PropertyValueExceptionEventArgs Constructor
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee maakt u een nieuw exemplaar van de PropertyValueExceptionEventArgs klasse die informatie bevat over een fout die is opgetreden tijdens het bijwerken van een eigenschapswaarde.
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)
Parameters
- message
- String
Een bericht dat aangeeft wat er is mislukt tijdens de wijziging van de eigenschapswaarde.
- value
- PropertyValue
Het PropertyValue exemplaar waarin de uitzondering optreedt.
- source
- PropertyValueExceptionSource
De bron die deze uitzondering heeft gegenereerd: een PropertyValue get- of set-bewerking.
- exception
- Exception
De fout die is opgetreden tijdens de wijziging van de eigenschapswaarde.