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