[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Framework.Converters.ExceptionInfoConverter

ExceptionInfoConverter Class

Represents a converter that converts an Exception to its corresponding message.

Inheritance
ExceptionInfoConverter
Implements
Namespace: GrapeCity.ActiveReports.Framework.Converters
Assembly: MESCIUS.ActiveReports.Viewer.Wpf.dll
Syntax
public sealed class ExceptionInfoConverter : IValueConverter

Constructors

Name Description
ExceptionInfoConverter()

Methods

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.