AddError Method
Adds an error to the BindingNotification.
Definition
Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public void AddError(
Exception e,
BindingErrorType type
)
Public Sub AddError (
e As Exception,
type As BindingErrorType
)
member AddError :
e : Exception *
type : BindingErrorType -> unit
Parameters
- Exception
- The error to add.
- BindingErrorType
- The error type.