ExceptionRoutedEventArgs Class |
Namespace: Windows.UI.Xaml
public class ExceptionRoutedEventArgs : RoutedEventArgs
The ExceptionRoutedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
ExceptionRoutedEventArgs |
Initializes a new instance of Windows.UI.Xaml.ExceptionRoutedEventArgs.
| |
ExceptionRoutedEventArgs(String) |
Initializes a new instance of Windows.UI.Xaml.ExceptionRoutedEventArgs with the specified error message.
|
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ErrorMessage |
Gets the message component of the exception, as a string.
| |
OriginalSource |
Gets a reference to the object that raised the event.
(Inherited from RoutedEventArgs.) |