[]
Converts an Exception to corresponding details.
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Type | Name | Description |
---|---|---|
object | value | The source data being passed to the target, expected to be of type Exception. |
Type | targetType | The Type of data expected by the target dependency property. |
object | parameter | An optional parameter to be used in the converter logic. |
CultureInfo | culture | The culture of the conversion. |
Type | Description |
---|---|
object | The stack trace of the Exception if available, otherwise an empty string. |