Пример #1
0
 internal static Exception SchemaInvalidIdRefToNonexistentId(object p0, object p1, object p2, int line)
 {
     return(new XmlSchemaException(Strings.SchemaInvalidIdRefToNonexistentId(p0, p1, p2), null, line, 0));
 }
Пример #2
0
 internal static Exception SchemaInvalidIdRefToNonexistentId(object p0, object p1, object p2)
 {
     return(new XmlException(Strings.SchemaInvalidIdRefToNonexistentId(p0, p1, p2)));
 }