BindingChainExceptionMessage Property
Gets a message that describes the current exception.
Namespace: Avalonia.DataAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public override string Message { get; }
Public Overrides ReadOnly Property Message As String
Get
abstract Message : string with get
override Message : string with get
Return Value
StringThe error message that explains the reason for the exception, or an empty string ("").