MediaFailedRoutedEventArgs.ErrorTrace Property

Definition

Gets the trace information for a media failed event.

public:
 property Platform::String ^ ErrorTrace { Platform::String ^ get(); };
winrt::hstring ErrorTrace();
public string ErrorTrace { get; }
var string = mediaFailedRoutedEventArgs.errorTrace;
Public ReadOnly Property ErrorTrace As String

Property Value

String

Platform::String

winrt::hstring

The error trace for the failed media event.

Applies to