MediaFailedRoutedEventArgs.ErrorTrace Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The error trace for the failed media event.