BindingNotification(Exception, BindingErrorType, Object) Constructor
Initializes a new instance of the BindingNotification class.
Definition
Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public BindingNotification(
Exception error,
BindingErrorType errorType,
Object? fallbackValue
)
Public Sub New (
error As Exception,
errorType As BindingErrorType,
fallbackValue As Object
)
new :
error : Exception *
errorType : BindingErrorType *
fallbackValue : Object -> BindingNotification
Parameters
- Exception
- The binding error.
- BindingErrorType
- The type of the binding error.
- Object
- The fallback value.
See Also
Reference
BindingNotification Class
BindingNotification Overload
Avalonia.Data Namespace