[]
Represents a converter that converts an ErrorInfo to a corresponding icon.
public sealed class ErrorInfoIconConverter : IValueConverter
| Name | Description |
|---|---|
| ErrorInfoIconConverter() |
| Name | Description |
|---|---|
| Convert(object, Type, object, CultureInfo) | Returns the icon URI for the appropriate type. |
| ConvertBack(object, Type, object, CultureInfo) | Converts the icon back to the original ErrorInfo.Level. |