BindingChainException.

BindingChainException(string) Constructor

Summary

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

Syntax

public BindingChainException(string message)

Parameters

Name Type Description
message string The error message.

Return Value

Type Description
void