Share via


PropertyValueExceptionEventArgs.Message Property

Gets the message that indicates what failed.

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

Syntax

'Declaration
Public ReadOnly Property Message As String
    Get
public string Message { get; }
public:
property String^ Message {
    String^ get ();
}
member Message : string
function get Message () : String

Property Value

Type: System.String
The message that indicates what failed.

.NET Framework Security

See Also

Reference

PropertyValueExceptionEventArgs Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture