Summary
Adds an error to the
BindingNotification
.
- Namespace
- Avalonia
.Data - Containing Type
- BindingNotification
Syntax
public void AddError(Exception e, BindingErrorType type)
Parameters
Name | Type | Description |
---|---|---|
e | Exception | The error to add. |
type | BindingErrorType | The error type. |
Return Value
Type | Description |
---|---|
void |