다음을 통해 공유


MediaFailedRoutedEventArgs 클래스

정의

MediaElement.MediaFailed 이벤트에 대한 이벤트 데이터를 제공합니다.

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
상속
Object Platform::Object IInspectable RoutedEventArgs ExceptionRoutedEventArgs MediaFailedRoutedEventArgs
특성

설명

MediaFailedRoutedEventArgs 는 ErrorTrace 속성을 추가하여 ExceptionRoutedEventArgs를 확장합니다. 에 대한 MediaFailed처리기에서 정보를 사용할 수 있도록 데이터를 로 MediaFailedRoutedEventArgs 캐스팅 ExceptionRoutedEventArgs 합니다ErrorTrace. 그렇지 않으면 메시지에만 관심이 있는 경우 캐스팅 없이 ErrorMessage 에 액세스할 수 있습니다.

속성

ErrorMessage

예외의 메시지 구성 요소를 문자열로 가져옵니다.

(다음에서 상속됨 ExceptionRoutedEventArgs)
ErrorTrace

미디어 실패 이벤트에 대한 추적 정보를 가져옵니다.

OriginalSource

이벤트를 발생시킨 개체에 대한 참조를 가져옵니다. 앱 UI에서 선언된 요소가 아닌 컨트롤의 템플릿 부분입니다.

(다음에서 상속됨 RoutedEventArgs)

적용 대상

추가 정보