3 references to EdmSchemaError
System.Data.Entity (3)
System\Data\EntityModel\SchemaObjectModel\SchemaElement.cs (1)
576error = new EdmSchemaError( ex.Message, (int)errorCode, severity, sourceLocation, lineNumber, linePosition, ex );
System\Data\Mapping\ViewGeneration\ViewgenGatekeeper.cs (1)
283EdmSchemaError edmSchemaError = new EdmSchemaError(message, (int)ViewGenErrorCode.MissingExtentMapping,
System\Data\Metadata\EdmSchemaError.cs (1)
65: this(message, errorCode, severity, schemaLocation, line, column, null)