MultiValueConverterBase<TTarget>.MakeConverterFunctionNotDefinedException Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.