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