Example #1
0
 internal static Exception ElementMoreThanOnceViolation(object p0, int line)
 {
     return(new XmlSchemaException(Strings.ElementMoreThanOnceViolation(p0), null, line, 0));
 }
Example #2
0
 internal static Exception ElementMoreThanOnceViolation(object p0)
 {
     return(new XmlException(Strings.ElementMoreThanOnceViolation(p0)));
 }