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