Freigeben über


MediaFailedRoutedEventArgs Klasse

Definition

Stellt Ereignisdaten für das MediaElement.MediaFailed-Ereignis bereit .

public ref class MediaFailedRoutedEventArgs sealed : ExceptionRoutedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class MediaFailedRoutedEventArgs final : ExceptionRoutedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class MediaFailedRoutedEventArgs : ExceptionRoutedEventArgs
Public NotInheritable Class MediaFailedRoutedEventArgs
Inherits ExceptionRoutedEventArgs
Vererbung
Object Platform::Object IInspectable RoutedEventArgs ExceptionRoutedEventArgs MediaFailedRoutedEventArgs
Attribute

Hinweise

MediaFailedRoutedEventArgs erweitert ExceptionRoutedEventArgs durch Hinzufügen der ErrorTrace-Eigenschaft . Wandeln Sie die ExceptionRoutedEventArgs Daten in einen Handler für MediaFailedum, damit MediaFailedRoutedEventArgs Sie die ErrorTrace Informationen verwenden können. Andernfalls können Sie, wenn Sie nur an der Nachricht interessiert sind, auf ErrorMessage zugreifen, ohne eine Umwandlung durchzuführen.

Eigenschaften

ErrorMessage

Ruft die Nachrichtenkomponente der Ausnahme als Zeichenfolge ab.

(Geerbt von ExceptionRoutedEventArgs)
ErrorTrace

Ruft die Ablaufverfolgungsinformationen für ein Medienfehlerereignis ab.

OriginalSource

Ruft einen Verweis auf das -Objekt ab, das das -Ereignis ausgelöst hat. Dies ist häufig ein Vorlagenteil eines Steuerelements und nicht ein Element, das in der App-Benutzeroberfläche deklariert wurde.

(Geerbt von RoutedEventArgs)

Gilt für:

Weitere Informationen