PropertyValueExceptionSource Enumeration

Indicates the source of the exception thrown by a PropertyValue instance.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Enumeration PropertyValueExceptionSource
public enum PropertyValueExceptionSource
public enum class PropertyValueExceptionSource
type PropertyValueExceptionSource
public enum PropertyValueExceptionSource

Members

Member name Description
Get Indicates that the exception occurred during a get operation.
Set Indicates that the exception occurred during a set operation.

See Also

Reference

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture