MultiValueConverterBase(Of TTarget).MakeConverterFunctionNotDefinedException Method (String)

Visual Studio 2015
 

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

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

Protected Function MakeConverterFunctionNotDefinedException (
	functionName As String
) As Exception

Parameters

functionName
Type: System.String

The name of the function.

Return Value

Type: System.Exception

Returns Exception.

Return to top
Show: