public ValueConverterAttribute(
string converterTypeName
)
Public Sub New (
converterTypeName As String
)
Dim converterTypeName As String
Dim instance As New ValueConverterAttribute(converterTypeName)
public:
ValueConverterAttribute(
String^ converterTypeName
)
This constructor is not compatible with the GeneratedParserAttribute; use the ValueConverterAttribute(Type) constructor instead.
ArgumentNullException | converterTypeName is |