3 references to Create
System.Data.Entity (3)
System\Data\Common\EntityUtil.cs (2)
397return EntitySqlException.Create(queryText, errorMessage, errorPosition, null, false, null); 415return EntitySqlException.Create(queryText,
System\Data\EntitySqlException.cs (1)
105return EntitySqlException.Create(errCtx.CommandText, errorMessage, errCtx.InputPosition, errCtx.ErrorContextInfo, errCtx.UseContextInfoAsResourceIdentifier, innerException);