MultiValueConverterBase<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:
Exception^ MakeConverterFunctionNotDefinedException(
	String^ functionName = ""
)

Parameters

functionName
Type: System::String^

The name of the function.

Return Value

Type: System::Exception^

Returns Exception.

Return to top
Show: