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