BindingChainException Class

Summary

An exception returned through BindingNotification signaling that a requested binding expression could not be evaluated because of a null in one of the links of the binding chain.
Namespace
Avalonia.Data
Interfaces
  • ISerializable
Base Types
  • object
  • Exception
graph BT Type-->Base0["Exception"] Base0-->Base1["object"] Type-.->Interface0["ISerializable"] Type["BindingChainException"] class Type type-node

Syntax

public class BindingChainException : Exception, ISerializable

Constructors

Name Summary
BindingChainException() Initializes a new instance of the BindingChainException class.
BindingChainException(string) Initializes a new instance of the BindingChainException class.
BindingChainException(string, string, string) Initializes a new instance of the BindingChainException class.

Properties

Name Value Summary
Expression string
Gets the expression that could not be evaluated.
ExpressionErrorPoint string
Gets the point in the expression at which the error occurred.
Message string