BindingChainException(String, String, String) Constructor
Initializes a new instance of the BindingChainException class.
Definition
Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public BindingChainException(
string message,
string expression,
string errorPoint
)
Public Sub New (
message As String,
expression As String,
errorPoint As String
)
new :
message : string *
expression : string *
errorPoint : string -> BindingChainException
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