Click or drag to resize

ValueConverterExtensionsTraceError Method (IMultiValueConverter, String, String)

Traces an error for the specified converter.

Namespace:  TomsToolbox.Wpf.Converters
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static void TraceError(
	this IMultiValueConverter converter,
	string message,
	string methodName
)

Parameters

converter
Type: System.Windows.DataIMultiValueConverter
The converter.
message
Type: SystemString
The message.
methodName
Type: SystemString
Name of the calling method.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IMultiValueConverter. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also