WPF converter that produces a simple text string from an exception. More...
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.
Definition at line 32 of file SimpleExceptionConverter.cs.