|
object | Convert (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) |
|
object | ConvertBack (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) |
|
object | Convert (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) |
|
object | ConvertBack (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) |
|
WPF converter that produces a simple text string from an exception.
The built-in conversion of the WPF uses the ToString() method of the exceptions, which creates unwieldy long strings. This converter simply returns the normal human-friendly exception message.