4 instantiations of CodeGeneratorConversionException
System.Xml (4)
System\Xml\Serialization\CodeGenerator.cs (3)
1688
throw new
CodeGeneratorConversionException
(source, target, isAddress,"NoConversionPossibleTo");
1701
throw new
CodeGeneratorConversionException
(source, target, isAddress, "IsNotAssignableFrom");
1720
throw new
CodeGeneratorConversionException
(source, target, isAddress, "IsNotAssignableFrom");
System\Xml\Serialization\SourceInfo.cs (1)
115
throw new
CodeGeneratorConversionException
(eType, elementType, asAddress, "IsNotAssignableFrom");
1 reference to CodeGeneratorConversionException
System.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
70
catch (
CodeGeneratorConversionException
) {