BindingChainExceptionMessage Property

Gets a message that describes the current exception.

Definition

Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public override string Message { get; }

Return Value

String
The error message that explains the reason for the exception, or an empty string ("").

See Also