PropertyValueExceptionEventArgs Constructor (String^, PropertyValue^, PropertyValueExceptionSource, Exception^)
.NET Framework (current version)
Creates a new instance of the PropertyValueExceptionEventArgs class that contains information about an error that has occurred during the updating of a property value.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
public: PropertyValueExceptionEventArgs( String^ message, PropertyValue^ value, PropertyValueExceptionSource source, Exception^ exception )
Parameters
- message
-
Type:
System::String^
A message that indicates what failed during the property value change.
- value
-
Type:
System.Activities.Presentation.PropertyEditing::PropertyValue^
The PropertyValue instance in which the exception is occurring.
- source
-
Type:
System.Activities.Presentation.PropertyEditing::PropertyValueExceptionSource
The source that generated this exception—a PropertyValue get or set operation.
- exception
-
Type:
System::Exception^
The error that occurred during the property value change.
.NET Framework
Available since 4.0
Available since 4.0
Show: