'宣言 Public Event MediaFailed As System.EventHandler(Of ExceptionRoutedEventArgs)
public event System.EventHandler<ExceptionRoutedEventArgs> MediaFailed
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.ExceptionRoutedEventArgs 型の引数を受け取りました。次の ExceptionRoutedEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
ErrorException | Gets the underlying exception or native-level error reported by the event. |
OriginalSource | System.Windows.RoutedEventArgsから継承されます。 |
参照