[]
Represents a converter that converts an Exception to its corresponding message.
public sealed class ExceptionInfoConverter : IValueConverter
| Name | Description |
|---|---|
| ExceptionInfoConverter() |
| Name | Description |
|---|---|
| Convert(object, Type, object, CultureInfo) | Converts an Exception to its message. |
| ConvertBack(object, Type, object, CultureInfo) | Converts the message back to the original Exception. |