ExceptionRoutedEventArgs Класс
Определение
Предоставляет данные для событий отказа Image и MediaElement.Provides data for the Image and MediaElement failed events.
public ref class ExceptionRoutedEventArgs sealed : System::Windows::RoutedEventArgs
public sealed class ExceptionRoutedEventArgs : System.Windows.RoutedEventArgs
type ExceptionRoutedEventArgs = class
inherit RoutedEventArgs
Public NotInheritable Class ExceptionRoutedEventArgs
Inherits RoutedEventArgs
- Наследование
Свойства
ErrorException |
Получает исключение, которое вызвало состояние ошибки.Gets the exception that caused the error condition. |
Handled |
Получает или задает значение, обозначающее текущее состояние обработки перенаправленного события при перемещении по маршруту.Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. (Унаследовано от RoutedEventArgs) |
OriginalSource |
Возвращает исходный источник отчетов, определяемый чистой проверкой нажатия до какой-либо возможной корректировки Source родительским классом.Gets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. (Унаследовано от RoutedEventArgs) |
RoutedEvent |
Возвращает или задает объект RoutedEvent, связанный с этим экземпляром RoutedEventArgs.Gets or sets the RoutedEvent associated with this RoutedEventArgs instance. (Унаследовано от RoutedEventArgs) |
Source |
Получает или задает ссылку на объект, создавший событие.Gets or sets a reference to the object that raised the event. (Унаследовано от RoutedEventArgs) |
Методы
Equals(Object) |
Определяет, равен ли указанный объект текущему объекту.Determines whether the specified object is equal to the current object. (Унаследовано от Object) |
GetHashCode() |
Служит хэш-функцией по умолчанию.Serves as the default hash function. (Унаследовано от Object) |
GetType() |
Возвращает объект Type для текущего экземпляра.Gets the Type of the current instance. (Унаследовано от Object) |
InvokeEventHandler(Delegate, Object) |
При переопределении в производном классе предоставляет способ вызова обработчиков событий в зависимости от конкретного типа, что может повысить эффективность по сравнению с базовой реализацией.When overridden in a derived class, provides a way to invoke event handlers in a type-specific way, which can increase efficiency over the base implementation. (Унаследовано от RoutedEventArgs) |
MemberwiseClone() |
Создает неполную копию текущего объекта Object.Creates a shallow copy of the current Object. (Унаследовано от Object) |
OnSetSource(Object) |
При переопределении в производном классе предоставляет точку входа обратного вызова для уведомления в случае изменения значения свойства Source в экземпляре.When overridden in a derived class, provides a notification callback entry point whenever the value of the Source property of an instance changes. (Унаследовано от RoutedEventArgs) |
ToString() |
Возвращает строку, представляющую текущий объект.Returns a string that represents the current object. (Унаследовано от Object) |