[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Framework.Converters.ExceptionDetailsConverter.Convert

Convert Method

Convert(object, Type, object, CultureInfo)

Converts an Exception to corresponding details.

Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
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.

Returns
Type Description
object

The stack trace of the Exception if available, otherwise an empty string.

Implements