MediaPlayerFailedEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 MediaFailed 事件的資料。
public ref class MediaPlayerFailedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class MediaPlayerFailedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class MediaPlayerFailedEventArgs
Public NotInheritable Class MediaPlayerFailedEventArgs
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
備註
藉由處理 MediaFailed 事件來取得這個類別的實例。
屬性
Error |
取得觸發事件之錯誤的 MediaPlayerError 值。 |
ErrorMessage |
取得描述所發生錯誤的字串。 |
ExtendedErrorCode |
取得 HResult ,指出發生錯誤的任何額外資料。 |