internal static Exception SchemaUnexpectedElementViolation(object p0, object p1, int line) { return(new XmlSchemaException(Strings.SchemaUnexpectedElementViolation(p0, p1), null, line, 0)); }
internal static Exception SchemaUnexpectedElementViolation(object p0, object p1) { return(new XmlException(Strings.SchemaUnexpectedElementViolation(p0, p1))); }