2 references to COM2UnhandledVT
System.Windows.Forms (2)
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (2)
898
VT_USERDEFINED => throw new ArgumentException(string.Format(SR.
COM2UnhandledVT
, "VT_USERDEFINED")),
899
_ => throw new ArgumentException(string.Format(SR.
COM2UnhandledVT
, ((int)vt).ToString(CultureInfo.InvariantCulture))),