Exemplo n.º 1
0
 internal static Exception ElementMoreThanOnceViolation(object p0)
 {
     return(new XmlException(Strings.ElementMoreThanOnceViolation(p0)));
 }
Exemplo n.º 2
0
 internal static Exception Bug(object p0)
 {
     return(new InvalidOperationException(Strings.Bug(p0)));
 }
Exemplo n.º 3
0
 internal static Exception DatabaseNodeNotFound(object p0)
 {
     return(new XmlException(Strings.DatabaseNodeNotFound(p0)));
 }
Exemplo n.º 4
0
 internal static Exception SchemaDuplicateIdViolation(object p0, object p1, int line)
 {
     return(new XmlSchemaException(Strings.SchemaDuplicateIdViolation(p0, p1), null, line, 0));
 }
Exemplo n.º 5
0
 internal static Exception SchemaInvalidIdRefToNonexistentId(object p0, object p1, object p2, int line)
 {
     return(new XmlSchemaException(Strings.SchemaInvalidIdRefToNonexistentId(p0, p1, p2), null, line, 0));
 }
Exemplo n.º 6
0
 internal static Exception InvalidEnumAttributeValueViolation(object p0, int line)
 {
     return(new XmlSchemaException(Strings.InvalidEnumAttributeValueViolation(p0), null, line, 0));
 }
Exemplo n.º 7
0
 internal static Exception RequiredElementMissingViolation(object p0, int line)
 {
     return(new XmlSchemaException(Strings.RequiredElementMissingViolation(p0), null, line, 0));
 }
Exemplo n.º 8
0
 internal static Exception SchemaUnexpectedElementViolation(object p0, object p1)
 {
     return(new XmlException(Strings.SchemaUnexpectedElementViolation(p0, p1)));
 }
Exemplo n.º 9
0
 internal static Exception SchemaUnexpectedElementViolation(object p0, object p1, int line)
 {
     return(new XmlSchemaException(Strings.SchemaUnexpectedElementViolation(p0, p1), null, line, 0));
 }
Exemplo n.º 10
0
 internal static Exception SchemaRecursiveTypeReference(object p0, object p1, int line)
 {
     return(new XmlSchemaException(Strings.SchemaRecursiveTypeReference(p0, p1), null, line, 0));
 }
Exemplo n.º 11
0
 internal static Exception SchemaUnexpectedAdditionalAttributeViolation(object p0, object p1)
 {
     return(new XmlException(Strings.SchemaUnexpectedAdditionalAttributeViolation(p0, p1)));
 }
Exemplo n.º 12
0
 internal static Exception SchemaRecursiveTypeReference(object p0, object p1)
 {
     return(new XmlException(Strings.SchemaRecursiveTypeReference(p0, p1)));
 }
Exemplo n.º 13
0
 internal static Exception SchemaOrRequirementViolation(object p0, object p1, object p2, int line)
 {
     return(new XmlSchemaException(Strings.SchemaOrRequirementViolation(p0, p1, p2), null, line, 0));
 }
Exemplo n.º 14
0
 internal static Exception SchemaOrRequirementViolation(object p0, object p1, object p2)
 {
     return(new XmlException(Strings.SchemaOrRequirementViolation(p0, p1, p2)));
 }
Exemplo n.º 15
0
 internal static Exception ElementMoreThanOnceViolation(object p0, int line)
 {
     return(new XmlSchemaException(Strings.ElementMoreThanOnceViolation(p0), null, line, 0));
 }
Exemplo n.º 16
0
 internal static Exception SchemaUnrecognizedAttribute(object p0)
 {
     return(new XmlException(Strings.SchemaUnrecognizedAttribute(p0)));
 }
Exemplo n.º 17
0
 internal static Exception InvalidEnumAttributeValueViolation(object p0)
 {
     return(new XmlException(Strings.InvalidEnumAttributeValueViolation(p0)));
 }
Exemplo n.º 18
0
 internal static Exception SchemaUnrecognizedAttribute(string attribute, int line)
 {
     return(new XmlSchemaException(Strings.SchemaUnrecognizedAttribute(attribute), null, line, 0));
 }
Exemplo n.º 19
0
 internal static Exception RequiredElementMissingViolation(object p0)
 {
     return(new XmlException(Strings.RequiredElementMissingViolation(p0)));
 }
Exemplo n.º 20
0
 internal static Exception TypeNameNotUnique(object p0)
 {
     return(new XmlException(Strings.TypeNameNotUnique(p0)));
 }
Exemplo n.º 21
0
 internal static Exception SchemaDuplicateIdViolation(object p0, object p1)
 {
     return(new XmlException(Strings.SchemaDuplicateIdViolation(p0, p1)));
 }
Exemplo n.º 22
0
 internal static Exception TypeNameNotUnique(string attribute, int line)
 {
     return(new XmlSchemaException(Strings.TypeNameNotUnique(attribute), null, line, 0));
 }
Exemplo n.º 23
0
 internal static Exception SchemaExpectedEmptyElement(object p0, object p1, object p2)
 {
     return(new XmlException(Strings.SchemaExpectedEmptyElement(p0, p1, p2)));
 }
Exemplo n.º 24
0
 internal static Exception SchemaInvalidIdRefToNonexistentId(object p0, object p1, object p2)
 {
     return(new XmlException(Strings.SchemaInvalidIdRefToNonexistentId(p0, p1, p2)));
 }