PropertyError Constructor
Initializes a new instance of the PropertyError class.
Definition
Namespace: Avalonia.Data.Core.Plugins
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public PropertyError(
BindingNotification error
)
Public Sub New (
error As BindingNotification
)
new :
error : BindingNotification -> PropertyError
Parameters
- BindingNotification
- The error to report.