BindingNotification.

BindingNotification(Exception, BindingErrorType) Constructor

Summary

Initializes a new instance of the BindingNotification class.
Namespace
Avalonia.Data
Containing Type
BindingNotification

Syntax

public BindingNotification(Exception error, BindingErrorType errorType)

Parameters

Name Type Description
error Exception The binding error.
errorType BindingErrorType The type of the binding error.

Return Value

Type Description
void