MultiValueConverterBase<TTarget>.MakeConverterFunctionNotDefinedException Method

Definition

An exception thrown when the converter function isn’t defined.

protected Exception MakeConverterFunctionNotDefinedException (string functionName = "");
member this.MakeConverterFunctionNotDefinedException : string -> Exception
Protected Function MakeConverterFunctionNotDefinedException (Optional functionName As String = "") As Exception

Parameters

functionName
String

The name of the function.

Returns

Returns Exception.

Applies to