Share via


MediaPlayerFailedEventArgs.ErrorMessage Property

Definition

Gets a string describing the error that occurred.

public:
 property Platform::String ^ ErrorMessage { Platform::String ^ get(); };
winrt::hstring ErrorMessage();
public string ErrorMessage { get; }
var string = mediaPlayerFailedEventArgs.errorMessage;
Public ReadOnly Property ErrorMessage As String

Property Value

String

Platform::String

winrt::hstring

String describing the error that occurred.

Applies to