Skip to main content

BindingChainException(String, String, String) Constructor

Initializes a new instance of the BindingChainException class.

Definition

Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public BindingChainException(
string message,
string expression,
string errorPoint
)
View Source

Parameters

  String
The error message.
  String
The expression.
  String
The point in the expression at which the error was encountered.

See Also

Reference

BindingChainException Class
BindingChainException Overload
Avalonia.Data Namespace