Summary
Initializes a new instance of the
BindingChainException
class.
- Namespace
- Avalonia
.Data - Containing Type
- Binding
Chain Exception
Syntax
public BindingChainException(string message, string expression, string errorPoint)
Parameters
Name | Type | Description |
---|---|---|
message | string | The error message. |
expression | string | The expression. |
errorPoint | string | The point in the expression at which the error was encountered. |
Return Value
Type | Description |
---|---|
void |