BindingFailedEventArgs.Message Property

Definition

Gets the explanation of the binding failure.

public:
 property Platform::String ^ Message { Platform::String ^ get(); };
winrt::hstring Message();
public string Message { get; }
var string = bindingFailedEventArgs.message;
Public ReadOnly Property Message As String

Property Value

String

Platform::String

winrt::hstring

The reason the binding failed.

Applies to

See also