4 instantiations of CodeGeneratorConversionException
System.Private.Xml (4)
System\Xml\Serialization\CodeGenerator.cs (3)
1201throw new CodeGeneratorConversionException(source, target, isAddress, "NoConversionPossibleTo"); 1216throw new CodeGeneratorConversionException(source, target, isAddress, "IsNotAssignableFrom"); 1238throw new CodeGeneratorConversionException(source, target, isAddress, "IsNotAssignableFrom");
System\Xml\Serialization\SourceInfo.cs (1)
129throw new CodeGeneratorConversionException(eType, elementType, asAddress, "IsNotAssignableFrom");
1 reference to CodeGeneratorConversionException
System.Private.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
70catch (CodeGeneratorConversionException ex)